libautobox-perl 3.0.1-1build4 source package in Ubuntu

Changelog

libautobox-perl (3.0.1-1build4) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:41:18 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libautobox-perl_3.0.1.orig.tar.gz 85.0 KiB c303b7fccfaa1ff4d4c429ab3f15e5ca2a77554ef8c9fc3b8c62ba859e874c98
libautobox-perl_3.0.1-1build4.debian.tar.xz 6.6 KiB 24a11ad0ae26e65643d056e66f11ec796c9fe441f56d9f5b540a2999393cebf0
libautobox-perl_3.0.1-1build4.dsc 2.2 KiB f01e7ecfd0459db8a9d874731d35170badb655096e4ed4478ce564ac824e8dde

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