libparams-validate-perl 1.31-2build1 source package in Ubuntu

Changelog

libparams-validate-perl (1.31-2build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:10:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_1.31.orig.tar.gz 208.4 KiB 1bf2518ef2c4869f91590e219f545c8ef12ed53cf313e0eb5704adf7f1b2961e
libparams-validate-perl_1.31-2build1.debian.tar.xz 9.5 KiB fa95ef050364abb8e225d15153f7767ee993d7c2239a704a0d31e9d8e72f0d8b
libparams-validate-perl_1.31-2build1.dsc 2.5 KiB 899137a0e43bf1d156a39fd3ea397d0159db895f04d99dc4b4c94fd8dedf8b90

Available diffs

View changes file

Binary packages built by this source

libparams-validate-perl: Perl module to validate parameters to Perl method/function calls

 Params::Validate is a Perl module providing a flexible way to validate method
 and function call parameters. The validation can be as simple as checking for
 the presence of required parameters, or more complex, like validating object
 classes (via isa) or capabilities (via can) and checking parameter types. It
 also provides extensibility through customized validation callbacks.
 .
 The module has been designed to work equally well with positional or named
 parameters (via a hash or hash reference) and includes experimental support
 for attributes (see Attribute::Params::Validate for details).

libparams-validate-perl-dbgsym: debug symbols for libparams-validate-perl