libautobox-perl 2.85-1build2 source package in Ubuntu

Changelog

libautobox-perl (2.85-1build2) bionic; urgency=medium

  * No-change rebuild against perlapi-5.26.1

 -- Steve Langasek <email address hidden>  Thu, 02 Nov 2017 05:42:25 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libautobox-perl_2.85.orig.tar.gz 78.6 KiB d0b8d0f27f3d1c1e8ef47f806fa06b9c229c3ca84057004fedc35dbbc0341140
libautobox-perl_2.85-1build2.debian.tar.xz 3.2 KiB efdcfeb797cd75e3e9a50c573566e00eaf5ba4667557ea26a6a11e5fffac5460
libautobox-perl_2.85-1build2.dsc 2.2 KiB a4351d59ab10c950cc5c4d39bf659570df3c962d54a829a2aa8d8aff32a668c3

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.

libautobox-perl-dbgsym: debug symbols for libautobox-perl