libdevel-size-perl 0.79-1build1 source package in Ubuntu

Changelog

libdevel-size-perl (0.79-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 09:56:33 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-size-perl_0.79.orig.tar.gz 67.4 KiB 1370f2a054e0bcbd93099c8b31a1e2f7ac8801e1ffea5c401404c16b9cbb1ae8
libdevel-size-perl_0.79-1build1.debian.tar.gz 2.9 KiB 31faa78e0c066d9c458a0a6800b2a7fefa42089f7f98bc0e0d25e6075e7e083c
libdevel-size-perl_0.79-1build1.dsc 2.3 KiB c8d514765881fba3dab9eab2398bcc39ad3299a5abbbb4377c6d50564535c705

Available diffs

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.