diff options
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. |