File: control

package info (click to toggle)
libautobox-dump-perl 20090426.1746-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 5
  • sloc: perl: 125; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,030 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
Source: libautobox-dump-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: libautobox-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libautobox-dump-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libautobox-dump-perl.git
Homepage: https://metacpan.org/release/autobox-dump

Package: libautobox-dump-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module that display results in a Human/perl readable form
 autobox::dump adds, via the autobox pragma, a method to normal expression
 (such as scalars, arrays, hashes, math, literals, etc.) that produces a
 human/perl readable representation of the value of that expression.