# $Id: Portfile 36555 2008-05-06 14:42:36Z narf_tm@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Params-Validate 0.91
maintainers         narf_tm openmaintainer
description         Validate method/function parameters
long_description    The Params::Validate module allows you to validate method \
                    or function call parameters to an arbitrary level of \
                    specificity.  At the simplest level, it is capable of \
                    validating the required parameters were given and that no \
                    unspecified additional parameters were passed in. It is \
                    also capable of determining that a parameter is of a \
                    specific type, that it is an object of a certain class \
                    hierarchy, that it possesses certain methods, or applying \
                    validation callbacks to arguments.

platforms           darwin

checksums           md5 22c5467a1d4673374a1b7b2dbcfd473e \
                    sha1 d4377c17a248489b14ae5947f633275615cf38a5 \
                    rmd160 05518278394840da68065ce0c8f280394c1133f9
