Home > Repositories > base > perl-Params-Util

perl-Params-Util: Params::Util - Simple, compact and correct param-checking functions

Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier
While they can be (and are) used in other contexts, the main point behind this module is that the functions both Do What You Mean, and Do The Right Thing, so they are most useful when you are getting params passed into your code from someone and/or somewhere else and you can't really trust the quality.
Thus, Params::Util is of most use at the edges of your API, where params and data are coming in from outside your code.
The functions provided by Params::Util check in the most strictly correct manner known, are documented as thoroughly as possible so their exact behaviour is clear, and heavily tested so make sure they are not fooled by weird data and Really Bad Things.
To use, simply load the module providing the functions you want to use as arguments (as shown in the SYNOPSIS).
To aid in maintainability, Params::Util will never export by default.
You must explicitly name the functions you want to export, or use the :ALL param to just have it export everything (although this is not recommended if you have any _FOO functions yourself with which future additions to Params::Util may clash)
Name:perl-Params-Util
Release: 1.102-2mamba
Group:System/Libraries/Perl
Maintainer:silvan
License:GPL, Artistic
Size:205.53 kB
Upstream URL:https://www.cpan.org
Build time:2023-04-17 00:03:03
Binary packages and requirements
x86_64aarch64i586
Built RPMSperl-Params-Util
perl-Params-Util
perl-Params-Util
Build requirementsglibc-devel [1]
perl[>=2:5.36.0] [1]
perl-Scalar-List-Utils [1]
perl-devel [1]
glibc-devel [1]
perl[>=2:5.36.0] [1]
perl-Scalar-List-Utils [1]
perl-devel [1]
glibc-devel [1]
perl[>=2:5.36.0] [1]
perl-Scalar-List-Utils [1]
perl-devel [1]
History of changes
DatePackagerReleaseDescription
2023-04-17silvan1.102-2mamba- rebuilt with perl 5.36.0
2021-02-24autodist1.102-1mamba- automatic version update by autodist
2016-11-09silvan1.07-3mamba- rebuilt with perl 5.24
2012-11-12silvan1.07-2mamba- perl 5.16 mass rebuild
2012-04-24autodist1.07-1mamba- automatic version update by autodist
2011-04-21autodist1.04-1mamba- automatic update by autodist
2010-12-05autodist1.03-1mamba- automatic update by autodist
2010-09-22autodist1.02_01-1mamba- automatic update by autodist
2010-04-19autodist1.01-1mamba- automatic update by autodist
2009-06-07autodist1.00-1mamba- automatic update by autodist