libdevel-size-perl 0.83-ok1 source package in openKylin

Changelog

libdevel-size-perl (0.83-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-size-perl_0.83.orig.tar.gz 73.6 KiB 757a67e0aa59ae103ea5ca092cbecc025644ebdc326731688ffab6f8823ef4b3
libdevel-size-perl_0.83-ok1.debian.tar.xz 1.7 KiB 302f24dfb6725f2a14a9bbb67981a6cc846ebb1db3d8e62eb1925fdb850a0bb5
libdevel-size-perl_0.83-ok1.dsc 2.0 KiB 90166698be13b8209d6365caed3a7060ee82ba5d6fb10ccdad6d868ad9a72774

View changes file

Binary packages built by this source

libdevel-size-perl: Perl extension for finding the memory usage of Perl variables

 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.