Params::Validate - Provides a flexible system for validation method/function call parameters https://www.cpan.org/
Go to file
2024-01-06 09:29:33 +01:00
perl-Params-Validate.spec perl 5.24 mass rebuild [release 1.24-2mamba;Wed Nov 09 2016] 2024-01-06 09:29:33 +01:00
README.md automatic version update by autodist [release 1.08-1mamba;Tue Jun 11 2013] 2024-01-06 09:29:33 +01:00

perl-Params-Validate

The Params::Validate module provides a flexible system for validation method/function call parameters. The validation can be as simple as checking for the presence of required parameters or as complex as validating object classes (via isa) or capabilities (via can), checking parameter types, and using customized callbacks to ensure data integrity.

The module has been designed to work equally well with positional or named parameters (as a hash or hash reference).