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

Changelog

libparams-validate-perl (1.06-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * New upstream release 1.00.
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release 1.03.
  * Refresh pod patch (offset).
  * Update upstream and packaging copyright information.
  * Switch to debhelper compatibility level 9 to pass CFLAGS to
    Makefile.PL/Build.PL.
  * Update build and runtime dependencies.
  * New upstream release 1.06.

 -- gregor herrmann <email address hidden>  Sun, 12 Feb 2012 14:44:13 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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_1.06-1.dsc 2.4 KiB 51bbccd3f5b936560e8c3e3f689558a59f23365c946003ca5daf1387a448b888
libparams-validate-perl_1.06.orig.tar.gz 96.2 KiB 0e627cd0b4cd948c804199ac5e1316a2f628dcb8e3decb8e97e4a535ae1039b6
libparams-validate-perl_1.06-1.debian.tar.gz 8.4 KiB 35702873cbbbecd938067e7145d41dc1bf4b5bce4bcac2b0b0840ccf28cb125a

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