# $Id: Portfile 43362 2008-12-09 23:39:27Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-Exception 0.27
maintainers           narf_tm openmaintainer
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             md5 dd9383e0bb207c7b0a04d6ba990a5909 \
                      sha1 e4cd92b68ddc8eef198eb5daf07c288d96f4906e \
                      rmd160 12ce8c315f817fe7f03e6c7bcdc3802279bb7015

depends_lib-append    port:p5-test-simple \
                      port:p5-sub-uplevel
