Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37835183
en ru br
ALT Linux repos
S:0.38-alt1
5.0: 0.26-alt2
4.1: 0.23-alt1
4.0: 0.23-alt1
3.0: 0.23-alt1

Group :: Development/Perl
RPM: perl-Params-Check

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.23-alt1
Build date: 12 july 2005, 19:37 ( 982.1 weeks ago )
Size: 13.67 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: Params-Check - Templated based param validation
Description:

Params::Check is a generic input parsing/checking mechanism.

It allows you to validate input via a template. The only requirement
is that the arguments must be named.

Params::Check can do the following things for you:

=over 4

=item *

Convert all keys to lowercase

=item *

Check if all required arguments have been provided

=item *

Set arguments that have not been provided to the default

=item *

Weed out arguments that are not supported and warn about them to the
user

=item *

Validate the arguments given by the user based on strings, regexes,
lists or even subroutines

=item *

Enforce type integrity if required

=back

Most of Params::Check's power comes from its template, which we'll
discuss below:

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Params-Check
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin