libparams-classify-perl 0.013-1build1 source package in Ubuntu

Changelog

libparams-classify-perl (0.013-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 13:24:13 +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-classify-perl_0.013.orig.tar.gz 20.5 KiB 4101af81c0a44728a220308db4b47c6a4a80d6d1c63f6973cf5f535752d39eb4
libparams-classify-perl_0.013-1build1.debian.tar.gz 3.4 KiB e0d9980c40d876303eaa704d74f75d1d1d9b050fb155fdd30547cecab751c553
libparams-classify-perl_0.013-1build1.dsc 2.3 KiB c17ae2aaa1942b45316bbb061b92f7d8a2f8927a1325f0b57f74ab03bf738e5e

Available diffs

View changes file

Binary packages built by this source

libparams-classify-perl: Perl module for argument type classification

 Params::Classify provides various type-testing functions. These are intended
 for functions that, unlike most Perl code, care what type of data they
 are operating on. For example, some functions wish to behave
 differently depending on the type of their arguments (like overloaded
 functions in C++).
 .
 These functions only provide type classification; they do not enforce
 type restrictions. Type enforcement may, of course, be built using
 these classification functions, but the reader's attention is drawn to
 libparams-validate-perl.