perl-test-cleannamespaces 0.24
Check for uncleaned imports
This module lets you check your module's namespaces for imported functions you might have forgotten to remove with namespace::autoclean or namespace::clean and are therefore available to be called as methods, which usually isn't want you want.
- Outputs:
out
- Website: https://metacpan.org/release/Test-CleanNamespaces
- Licenses: GPL 1+
- Package source: gnu/packages/perl-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-test-cleannamespaces 0.24
as follows:
guix install perl-test-cleannamespaces@0.24
Or install the latest version:
guix install perl-test-cleannamespaces
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.