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

Changelog

libparams-classify-perl (0.013-4build1) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.
 -- Colin Watson <email address hidden>   Fri, 05 Oct 2012 08:21:59 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
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-4build1.debian.tar.gz 3.7 KiB 4b8d12ff7fd5eb7562749c56834f739e2a3a3154e22ee44774f440778844a94e
libparams-classify-perl_0.013-4build1.dsc 2.5 KiB 41cdffb6b6fe46fc669237b7c75506418a55e06133a49faf0a7f091bdb8294d1

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.