File: control

package info (click to toggle)
libdevel-dumpvar-perl 1.06-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 184 kB
  • sloc: perl: 1,551; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libdevel-dumpvar-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, 
 libtest-cpan-meta-perl, 
 libtest-minimumversion-perl,
 libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Damyan Ivanov <dmn@debian.org>,
 Julián Moreno Patiño <darkjunix@gmail.com>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Devel-Dumpvar/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-dumpvar-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-dumpvar-perl.git

Package: libdevel-dumpvar-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module to dump Perl variables
 Devel::Dumpvar is a pure object-orientated reimplementation of the same
 functionality. This makes it much more versatile version to use for dumping
 information to debug log files or other uses where you don't need to
 reassemble the data.
 .
 Devel::Dumpvar is a rewritten version of dumpvar.pl, the module used by perl's
 debugger to display variables in human-readable form, containing a lot of
 extra information without the burden of needing to allow the dump to be
 re-assembled into the original data.