libdevel-size-perl 0.77-1build1 source package in Ubuntu
Changelog
libdevel-size-perl (0.77-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson <email address hidden> Tue, 15 Nov 2011 19:43:20 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-size-perl_0.77.orig.tar.gz | 66.0 KiB | e58774774b69a7e849a6a46ea9755a19fce19fb0938d0cb43fabfa39f3cb9ca3 |
libdevel-size-perl_0.77-1build1.debian.tar.gz | 3.0 KiB | 6c21dbc5f871f0a03b098de6e051a0989816704b8e4a5ece11b91d5a894951eb |
libdevel-size-perl_0.77-1build1.dsc | 2.2 KiB | 160c53d3d57ffcdc5cfae37457e88eb95a41d85de2c00a03b9d229d1642a1dd1 |
Available diffs
- diff from 0.77-1 to 0.77-1build1 (328 bytes)
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.