File: control

package info (click to toggle)
libdevel-size-perl 0.77-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 372 kB
  • sloc: perl: 624; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libdevel-size-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivas <ghostbar38@gmail.com>, Niko Tyni <ntyni@debian.org>,
 gregor herrmann <gregoa@debian.org>, Ansgar Burchardt <ansgar@debian.org>,
 Nicholas Bamber <nicholas@periapt.co.uk>
Build-Depends: debhelper (>= 7), perl, libtest-pod-coverage-perl, libtest-pod-perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Devel-Size/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-size-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-size-perl/

Package: libdevel-size-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: 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.