libautobox-perl 3.0.1-2build4 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:49:19 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble 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-2build4.debian.tar.xz 7.0 KiB e40124b7e0720627d4dd143b0a5edc0899b945b73a37aeba18bd8ebfaa4f4f6c
libautobox-perl_3.0.1-2build4.dsc 2.3 KiB b489dd43b89f09e2a247d7f4cf8daa1dedea53be79a906a5cdc468b09813d871

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