libautobox-perl 2.79-1 source package in Ubuntu

Changelog

libautobox-perl (2.79-1) unstable; urgency=low


  * Imported Upstream version 2.79

 -- Xavier Guimard <email address hidden>  Wed, 01 May 2013 21:32:24 +0200

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
libautobox-perl_2.79-1.dsc 2.1 KiB cd909fa27106456e03e5b44ea70fa01fdb3dc1827e26965a30d3159d0107d3ce
libautobox-perl_2.79.orig.tar.gz 73.4 KiB 8acc8c4a69e1bbb05304d0832d483a07258597529072d869b5960193a2ab950f
libautobox-perl_2.79-1.debian.tar.gz 2.6 KiB 15bd4e0bdb751e3f868c9d9738eece3e0772e9fa62b196e2ee5aeee624ec11a7

Available diffs

No changes file available.

Binary packages built by this source

libautobox-perl: Perl pragma for method calls on native types

 autobox is a Perl pragma that enables method calls on Perl's native data types
 including numeric values (integers and floats), strings, arrays, hashes and
 even code references in a simple and consistent way.
 .
 When a method is invoked on something which is not a blessed object reference,
 autobox looks for the method in a package whose name corresponds to the ref()
 type of the value. This design means extending the default functionality for
 new methods on a type-by-type basis is very simple.