aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-09-08 11:45:50 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-09-08 11:45:50 +0000
commit582022d43ca40890a1c3fc3017cbbac945fc7cbb (patch)
tree262e07834df8b159d1fc14e33010d97f8da178ce /devel/Makefile
parent64d9554fcf9431821e54d3b99a13165003d793fe (diff)
downloadports-582022d43ca40890a1c3fc3017cbbac945fc7cbb.tar.gz
ports-582022d43ca40890a1c3fc3017cbbac945fc7cbb.zip
Test::CleanNamespaces 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. WWW: http://search.cpan.org/dist/Test-CleanNamespaces/
Notes
Notes: svn path=/head/; revision=367616
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index dcaa66cdf3ef..10288853f288 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2857,6 +2857,7 @@
SUBDIR += p5-Test-Class-Most
SUBDIR += p5-Test-ClassAPI
SUBDIR += p5-Test-Classy
+ SUBDIR += p5-Test-CleanNamespaces
SUBDIR += p5-Test-Cmd
SUBDIR += p5-Test-Command
SUBDIR += p5-Test-Command-Simple