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

Changelog

libparams-validate-perl (1.30-1build4) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:44:22 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.30.orig.tar.gz 202.5 KiB 9a3a35583d3125d07e8c802c1f92f5be7d526e76dd496e944da270b1e273d812
libparams-validate-perl_1.30-1build4.debian.tar.xz 9.5 KiB ba8a0f25cf0b8cfd2f8e78aaa9994d784325567a3728d6b2fcdc9551297765b5
libparams-validate-perl_1.30-1build4.dsc 2.4 KiB b917c48e7ef050a8ca68e57322072a9bd8c2b7b489322d59713297d2df8dae21

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