# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Test-Inline 2.213 license {Artistic-1 GPL} maintainers nomaintainer platforms darwin description Inlining your tests next to the code being tested long_description Embedding tests allows tests to be placed near the code it's testing.\ This is a nice supplement to the traditional .t files.\ It's like XUnit, only better and Perl-style. checksums rmd160 56cc1d600826fa90950c312ff658a330c36b7ecf \ sha256 cc76088b8e12d509b89ebe7826dfbb588ee1dd8d1b5eb07a0c37425f04e301b4 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-params-util \ port:p${perl5.major}-config-tiny \ port:p${perl5.major}-class-autouse \ port:p${perl5.major}-algorithm-dependency \ port:p${perl5.major}-file-flat \ port:p${perl5.major}-pod-tests supported_archs noarch }