libautobox-perl 3.0.1-2build2 source package in Ubuntu

Changelog

libautobox-perl (3.0.1-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:38:18 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libautobox-perl_3.0.1.orig.tar.gz 85.0 KiB c303b7fccfaa1ff4d4c429ab3f15e5ca2a77554ef8c9fc3b8c62ba859e874c98
libautobox-perl_3.0.1-2build2.debian.tar.xz 6.9 KiB a2fa75588211b02e0b4ee79581759a5f469d186d4f12f68ad0316ee9990dba31
libautobox-perl_3.0.1-2build2.dsc 2.2 KiB c257140a01aa44c5af21b7912d53e448fb78945c61992210d7662b60f5258557

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