slackbuilds_ponce/perl/perl-Test-CleanNamespaces/README
Jan F. Chadima 16b15bf17b perl/perl-Test-CleanNamespaces: Added (Check for uncleaned imports).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-03-23 14:38:39 +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.