File: control

package info (click to toggle)
libdata-printer-perl 0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 572 kB
  • ctags: 71
  • sloc: perl: 1,222; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 2,089 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: libdata-printer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcapture-tiny-perl,
                     libclone-pp-perl,
                     libdbi-perl,
                     libdbix-class-perl,
                     libfile-homedir-perl (>= 0.91),
                     libpackage-stash-perl,
                     libio-pty-easy-perl,
                     libmoose-perl,
                     libsort-naturally-perl,
                     perl (>= 5.13.3)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-printer-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-printer-perl.git
Homepage: https://metacpan.org/release/Data-Printer
Testsuite: autopkgtest-pkg-perl

Package: libdata-printer-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclone-pp-perl,
         libfile-homedir-perl (>= 0.91),
         libpackage-stash-perl,
         libmoose-perl,
         libsort-naturally-perl,
         perl (>= 5.13.3)
Description: colored pretty-printer of Perl data structures and objects
 Data::Printer is a tool designed to display Perl variables and objects on
 screen, properly formatted for inspection by a human being.
 .
 Many people use Data::Dumper for this task, although it was designed
 primarily to stringify data structures such that they can be eval'ed
 back in. It thus lacks all the visual clues, extra information and
 filtering possibilities that Data::Printer has to offer:
 .
   * Sane defaults
   * Highly customizable
   * Colored output by default
   * Human-friendly output, with array index and custom separators
   * Full object dumps including methods, inheritance and internals
   * Exposes extra information such as tainted data and weak references
   * Ability to easily create filters for objects and regular structures
   * Ability to load settings from a .dataprinter file