# -*- 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.16 5.18 5.20 5.22 perl5.setup Test-Exception 0.40 maintainers nomaintainer license {Artistic-1 GPL} description Convenience methods for testing exception-based code long_description This module provides a few convenience methods for \ testing exception based code. It is built with \ Test::Builder and plays happily with Test::Simple, \ Test::More and friends. platforms darwin checksums rmd160 594281604e4fd9bc23af803f1c36c07c06f1860d \ sha256 d92ccb566d93140abc93b07ec4c13e9b14c8f8f7d7858a2ab575d83b3bb51b26 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-test-simple \ port:p${perl5.major}-sub-uplevel supported_archs noarch }