libparams-validate-perl 1.30-1build3 source package in Ubuntu

Changelog

libparams-validate-perl (1.30-1build3) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Mon, 07 Feb 2022 07:51:11 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe perl
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_1.30.orig.tar.gz 202.5 KiB 9a3a35583d3125d07e8c802c1f92f5be7d526e76dd496e944da270b1e273d812
libparams-validate-perl_1.30-1build3.debian.tar.xz 9.5 KiB 36d1b2bf10c37fa577f6d5db5212f875d1602669e172847d2d611ab0af9e2e11
libparams-validate-perl_1.30-1build3.dsc 2.4 KiB 6d0a57f4b1ec92ca514e966a1baf6c9651aa9bc9115a48ca0b52275701a50388

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