libautobox-perl 3.0.1-1build2 source package in Ubuntu
Changelog
libautobox-perl (3.0.1-1build2) focal; urgency=medium * No-change rebuild for the perl update. -- Matthias Klose <email address hidden> Fri, 18 Oct 2019 19:29:06 +0000
Upload details
- Uploaded by:
- Matthias Klose on 2019-10-18
- Uploaded to:
- Focal
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | perl |
Focal | release | on 2019-10-24 | 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-1build2.debian.tar.xz | 6.6 KiB | 195dce1e1b2c4ddfac3d4b84bb7225d76993d57d447b8e6cce55d40c10b6506a |
libautobox-perl_3.0.1-1build2.dsc | 2.2 KiB | 7ca8f68074747515f2f88d39a36f01f84cca94562ec8d82b6a48189ba72291fc |
Available diffs
- diff from 3.0.1-1build1 to 3.0.1-1build2 (320 bytes)
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