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

Changelog

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


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 1.07
  * Refresh pod.patch (offset)
  * Update debian/copyright file information.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for ppport.h.
  * Bump Standards-Version to 3.9.4
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Florian Schlichting ]
  * Import Upstream version 1.08 (closes: #690735)
  * Bump years of upstream copyright, delete separate paragraph for
    lib/Params/Validate/XS.xs: same as *
  * Drop pod.patch, applied upstream
  * Depend on exact debhelper version necessary for hardening
  * Declare compliance with Debian Policy 3.9.5
  * Add myself to uploaders and copyright

 -- Florian Schlichting <email address hidden>  Fri, 29 Nov 2013 22:25:19 +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
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libparams-validate-perl_1.08-1.dsc 2.4 KiB 0d7000205cf568bf718b7b497753cbc79b515ffeb7f559448e6863cd98670df1
libparams-validate-perl_1.08.orig.tar.gz 101.3 KiB d04096fcf402e6b9637d2b74d37f8007ba63dab4b289ded0b4d2f455fe828118
libparams-validate-perl_1.08-1.debian.tar.gz 8.5 KiB d0f3dc1299d813295e9e9a451628ff8a278fb6101ec38ad6e5b368c9e6990044

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