# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Test-CleanNamespaces 0.22 platforms darwin maintainers nomaintainer license {Artistic-1 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 a2ad568d7e8a611c7ef2209d3da01b6842fbef65 \ sha256 862a221994dd413b2f350450f22c96f57cac78784b1aca1a8fc763fc5449aaca if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-file-pushd \ port:p${perl5.major}-moo \ port:p${perl5.major}-mouse \ port:p${perl5.major}-namespace-clean \ port:p${perl5.major}-role-tiny \ port:p${perl5.major}-sub-exporter \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-needs \ port:p${perl5.major}-test-warnings depends_lib-append \ port:p${perl5.major}-module-runtime \ port:p${perl5.major}-package-stash \ port:p${perl5.major}-package-stash-xs \ port:p${perl5.major}-role-tiny \ port:p${perl5.major}-sub-identify supported_archs noarch }