libautobox-perl 3.0.2-ok1 source package in openKylin
Changelog
libautobox-perl (3.0.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 06:37:09 -0700
libautobox-perl (3.0.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 06:37:09 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libautobox-perl_3.0.2.orig.tar.gz | 156.6 KiB | 70751531ba78d768d6f4f77a32b1ea2d1959e76e37b6f89e5ce6930c06c60bf6 |
| libautobox-perl_3.0.2-ok1.debian.tar.xz | 4.8 KiB | 95ca4678e161d736cc3cec86b65511fc8e88a424c08e417d78c9bcd2463dae39 |
| libautobox-perl_3.0.2-ok1.dsc | 2.0 KiB | 7d40048eb35794d19377f0008150da4a6747953bd928322fac1381515de8240a |
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.