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

Changelog

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

  * Team upload.

  [ Lucas Kanashiro ]
  * Import upstream version 1.21

  [ gregor herrmann ]
  * Rename autopkgtest configuration file.

 -- Lucas Kanashiro <email address hidden>  Wed, 30 Sep 2015 17:45:57 -0300

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

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_1.21-1.dsc 2.6 KiB f35f33cda116bfbd30ca6adb476d3b04202d50357d761d6a700401e06454a37e
libparams-validate-perl_1.21.orig.tar.gz 121.0 KiB c4b78e7ce75c4fd49e9460d31ce6a3920e25ec72669762356c6cc5ea43e18175
libparams-validate-perl_1.21-1.debian.tar.xz 8.6 KiB 4750c938cbb06ba6b2af22923843976673e90919ea668c3706cce4534c0f74b0

Available diffs

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 package libparams-validate-perl

 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).