summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-CleanNamespaces/README
diff options
context:
space:
mode:
author Jan F. Chadima2018-03-23 15:38:39 +0100
committer David Spencer2018-03-23 15:38:39 +0100
commit16b15bf17b8b4d0738086960b32a17119b6abc6c (patch)
treedfc61c64d3613711b21333573f486bf0467d3a30 /perl/perl-Test-CleanNamespaces/README
parent50e3dcb9fbea4bf9922799cac16d6d5c7d3d5590 (diff)
downloadslackbuilds-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/README4
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.