diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2018-03-23 14:38:39 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-23 14:38:39 +0000 |
commit | 16b15bf17b8b4d0738086960b32a17119b6abc6c (patch) | |
tree | dfc61c64d3613711b21333573f486bf0467d3a30 /perl/perl-Test-CleanNamespaces/README | |
parent | 50e3dcb9fbea4bf9922799cac16d6d5c7d3d5590 (diff) | |
download | slackbuilds-16b15bf17b8b4d0738086960b32a17119b6abc6c.tar.gz |
perl/perl-Test-CleanNamespaces: Added (Check for uncleaned imports).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-CleanNamespaces/README')
-rw-r--r-- | perl/perl-Test-CleanNamespaces/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Test-CleanNamespaces/README b/perl/perl-Test-CleanNamespaces/README new file mode 100644 index 0000000000..bff46ae4b2 --- /dev/null +++ b/perl/perl-Test-CleanNamespaces/README @@ -0,0 +1,4 @@ +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. |