# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Test-Output 1.034 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description Utilities to test STDOUT and STDERR messages long_description Test::Output provides a simple interface for testing \ output sent to STDOUT or STDERR. A number of different \ utilities are included to try and be as flexible as \ possible to the tester. platforms {darwin any} supported_archs noarch checksums rmd160 b8afbbda844a6666619d164a3b7bdd2e5f3f8ba0 \ sha256 cd42e2801c0d2b482d18c9fb4b06c757054818bcbb2824e5dfbf33ad7a3d69a0 \ size 18139 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-capture-tiny }