# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Test-Taint 1.04
revision            2
platforms           darwin
maintainers         l2g
license             Artistic GPL

description         tools to test taintedness

long_description    ${name} provides ${description}. \
                    Tainted data is data that comes from an unsafe source, \
                    such as the command line, or, in the case of web apps, \
                    any GET or POST transactions. When you're writing unit \
                    tests for code that deals with tainted data, you'll want \
                    to have a way to provide tainted data for your routines \
                    to handle, and easy ways to check and report on the \
                    taintedness of your data, in standard Test::More style.

checksums           sha1    a0b7f19be31fefb1a475466599903ee1e33f1191 \
                    rmd160  83b768a0c49430261814c235181f677f9554abdf
