# $Id: Portfile 64408 2010-03-04 22:27:50Z narf_tm@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               Test-Exception 0.29
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 9aea475db531d4fd4ce40cf25a0acd14 \
                          sha1 dfa3e8a5ce8fb81906f5ece87139ed10df0c4c4c \
                          rmd160 1e543a363c513230425e0901bd346f5f1364caa2

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

perl5.use_module_build
