libautobox-perl 2.82-1 source package in Ubuntu

Changelog

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


  * Team upload

  * Import Upstream version 2.82
  * Remove lintian override for hardening-no-fortify-functions, seems to be
    detected properly now

 -- Florian Schlichting <email address hidden>  Sun, 27 Oct 2013 22:55:36 +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 universe perl

Downloads

File Size SHA-256 Checksum
libautobox-perl_2.82-1.dsc 2.1 KiB 8eb864e24db439eb69c4174c31fa97ee1f7add4c7fb40ede897963e84a6685e5
libautobox-perl_2.82.orig.tar.gz 73.6 KiB 37cc7489c1579931a10b7bbc6854868ecdb873c6b0e666f267a440e6d1470070
libautobox-perl_2.82-1.debian.tar.gz 2.6 KiB cbfc0543cd6b26e3c05329c364cd581f2af33355c036e3d83ba1476b4ca65123

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.