libdevel-size-perl 0.86-ok1 source package in openKylin
Changelog
libdevel-size-perl (0.86-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:14:10 -0700
libdevel-size-perl (0.86-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:14:10 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libdevel-size-perl_0.86.orig.tar.gz | 74.2 KiB | db2f7787f62ee2e5094b2f60238ad767edd8743bfd5215e869eb4bc51f339b30 |
| libdevel-size-perl_0.86-ok1.debian.tar.xz | 1.7 KiB | 3c61d5da9dfd7b69055307d64340dbd82c7b3eaef31be79772804797341dc249 |
| libdevel-size-perl_0.86-ok1.dsc | 2.0 KiB | b415f2b063ee89cded7b99bb4782d4f01eca1c6a047e64ed04547f8c9dc70005 |
Devel::Size figures out the real sizes of Perl variables in bytes. Call
functions with a reference to the variable you want the size of. If the
variable is a plain scalar it returns the size of the scalar. If the
variable is a hash or an array, use a reference when calling.