# $Id: Portfile 76604 2011-03-02 01:49:46Z dports@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-Fatal 0.003
revision        1
maintainers           narf_tm openmaintainer
description           incredibly simple helpers for testing code with exceptions
long_description      Test::Fatal is an alternative to the popular \
                      Test::Exception. It does much less, but should allow \
                      greater flexibility in testing exception-throwing code \
                      with about the same amount of typing.

platforms             darwin

checksums             md5 e73e90b65a5f07ff77f7e5f3bd336fcf \
                      sha1 3c6f9ddab060561f4173d43457a619a769234e70 \
                      rmd160 da1c5b37c17e35850760209bca5130bf597ef745

depends_lib-append    port:p5-test-simple \
                      port:p5-try-tiny

supported_archs       noarch
