pkgsrc/devel/p5-Test-CleanNamespaces/DESCR
wen 89e433ecb0 Import Test-CleanNamespaces-0.15 as devel/p5-Test-CleanNamespaces.
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.
2014-08-17 07:14:41 +00:00

4 lines
244 B
Text

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.