libparams-validate-perl 1.31-1 source package in Ubuntu

Changelog

libparams-validate-perl (1.31-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.31.
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Update (test) dependencies.

 -- gregor herrmann <email address hidden>  Sun, 30 Oct 2022 02:08:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_1.31-1.dsc 2.7 KiB c45af7166fe00072fabc772bc3a138f4c9ea7272ba8e638c45b12b327fbcbbcc
libparams-validate-perl_1.31.orig.tar.gz 208.4 KiB 1bf2518ef2c4869f91590e219f545c8ef12ed53cf313e0eb5704adf7f1b2961e
libparams-validate-perl_1.31-1.debian.tar.xz 9.4 KiB 94d488225b9ac9cdbec7dc3fd7ad3edb0fadbef1cfa59ddeff1b46e8306f5d38

No changes file available.

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