File: control

package info (click to toggle)
libdata-dumper-simple-perl 0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 7
  • sloc: perl: 344; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,185 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: libdata-dumper-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Data-Dumper-Simple
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dumper-simple-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-dumper-simple-perl.git
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
Testsuite: autopkgtest-pkg-perl

Package: libdata-dumper-simple-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Easily dump variables together with their names (Data::Dumper-like)
 Data::Dumper::Simple allows the user to dump variables in a Data::Dumper
 format. Unlike the default behavior of Data::Dumper, the variables are named
 (instead of $VAR1, $VAR2, etc.)  Data::Dumper provides an extended 
 interface that allows the programmer to name the variables, but this
 interface requires a lot of typing and is prone to tyops (sic).  This 
 module fixes that.