libparams-validate-perl 0.97-1build1 source package in Ubuntu

Changelog

libparams-validate-perl (0.97-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Mon, 09 May 2011 14:13:46 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_0.97.orig.tar.gz 99.6 KiB 01b4e1afcdf8f23f9ffc925010c977a53807a1be70db52532ed85db1eb401c81
libparams-validate-perl_0.97-1build1.debian.tar.gz 8.4 KiB 1c3800ffc3beb8678149dbf2449ab6f1e0dbb6ab15522aedf951b928e966611e
libparams-validate-perl_0.97-1build1.dsc 2.3 KiB 30c7edaa915ef9b7e43bb19f67c433e5f942582236e5958d369942da58407553

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