Test::CleanNamespaces - 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.
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.
To install p5.30-test-cleannamespaces, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-test-cleannamespaces
To see what files were installed by p5.30-test-cleannamespaces, run:
port contents p5.30-test-cleannamespaces
To later upgrade p5.30-test-cleannamespaces, run:
sudo port selfupdate && sudo port upgrade p5.30-test-cleannamespaces
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.