mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
531 B
Plaintext
10 lines
531 B
Plaintext
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.
|
|
|
|
WWW: https://metacpan.org/release/Params-Validate
|