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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 07:55:04 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_1.31.orig.tar.gz 208.4 KiB 1bf2518ef2c4869f91590e219f545c8ef12ed53cf313e0eb5704adf7f1b2961e
libparams-validate-perl_1.31-2build3.debian.tar.xz 9.6 KiB ccb8a51e679fa00da6767069b254a860d4eb2fd1908ab98aaae1c9ba26107488
libparams-validate-perl_1.31-2build3.dsc 2.6 KiB 0e02759d76418e675747e856a6fbb44a803abca6c90755b9ec5017736b2c81ab

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