slackbuilds/perl/perl-Test-CleanNamespaces
Jan F. Chadima b73635f672
perl/perl-Test-CleanNamespaces: Switch to noarch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-09-28 09:06:18 +07:00
..
README perl/perl-Test-CleanNamespaces: Added (Check for uncleaned imports). 2018-03-23 14:38:39 +00:00
perl-Test-CleanNamespaces.SlackBuild perl/perl-Test-CleanNamespaces: Switch to noarch. 2019-09-28 09:06:18 +07:00
perl-Test-CleanNamespaces.info perl/perl-Test-CleanNamespaces: Switch to noarch. 2019-09-28 09:06:18 +07:00
slack-desc perl/perl-Test-CleanNamespaces: Added (Check for uncleaned imports). 2018-03-23 14:38:39 +00:00

README

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.