1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup Params-Validate 0.76 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Validate method/function parameters |
---|
8 | long_description \ |
---|
9 | The Params::Validate module allows you to validate method or function \ |
---|
10 | call parameters to an arbitrary level of specificity. At the simplest \ |
---|
11 | level, it is capable of validating the required parameters were given \ |
---|
12 | and that no unspecified additional parameters were passed in. It is \ |
---|
13 | also capable of determining that a parameter is of a specific type, \ |
---|
14 | that it is an object of a certain class hierarchy, that it possesses \ |
---|
15 | certain methods, or applying validation callbacks to arguments. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | checksums md5 111783087f92dd6a99df5d1aeaa16c27 |
---|