[124393] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Aug 23 17:20:42 PDT 2014


Revision: 124393
          https://trac.macports.org/changeset/124393
Author:   devans at macports.org
Date:     2014-08-23 17:20:42 -0700 (Sat, 23 Aug 2014)
Log Message:
-----------
p5-test-cleannamespaces: new port, check for uncleaned imports.

Added Paths:
-----------
    trunk/dports/perl/p5-test-cleannamespaces/
    trunk/dports/perl/p5-test-cleannamespaces/Portfile

Added: trunk/dports/perl/p5-test-cleannamespaces/Portfile
===================================================================
--- trunk/dports/perl/p5-test-cleannamespaces/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-cleannamespaces/Portfile	2014-08-24 00:20:42 UTC (rev 124393)
@@ -0,0 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 124255 2014-08-21 20:37:49Z devans at macports.org $
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Test-CleanNamespaces 0.15
+platforms           darwin
+maintainers         devans openmaintainer
+license             {Artistic GPL}
+
+description         Test::CleanNamespaces - Check for uncleaned imports
+
+long_description    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.
+
+supported_archs     noarch
+
+checksums           rmd160  f324d75f13d32d5ba758829a94315bd81b158798 \
+                    sha256  bd89828a88e57ff8121c1c87ac6e605e822b8623ef4f3fe77f32ff558f384fe1
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140823/fd3171f1/attachment.html>


More information about the macports-changes mailing list