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

Changelog

libparams-validate-perl (1.29-2build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:04:34 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.29.orig.tar.gz 134.4 KiB 49a68dfb430bea028042479111d19068e08095e5a467e320b7ab7bde3d729733
libparams-validate-perl_1.29-2build1.debian.tar.xz 9.1 KiB e938beeade542004a20f0c6dc36df72d6bdbd4e3c1d6b1253c1caa883ea65adc
libparams-validate-perl_1.29-2build1.dsc 2.4 KiB f829cd25342e7024c34c1493fc39a914b9513d30cdd301c9fb4314fd960d4621

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