libautobox-perl 2.79-1build1 source package in Ubuntu

Changelog

libautobox-perl (2.79-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 09:45:56 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
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.orig.tar.gz 73.4 KiB 8acc8c4a69e1bbb05304d0832d483a07258597529072d869b5960193a2ab950f
libautobox-perl_2.79-1build1.debian.tar.gz 2.6 KiB 99160b931c9606d40bafee9e33a4321c9d3d1ca2554b3ba39752c4cd73d06ce6
libautobox-perl_2.79-1build1.dsc 2.1 KiB fda0e7d8efc9ae8e9d41ea7c17dbbcb39d1be5e9544b4147780d08907c096cc2

Available diffs

View changes file

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.