File: control

package info (click to toggle)
libdata-treedumper-oo-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 30
  • sloc: perl: 206; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 990 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
Source: libdata-treedumper-oo-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdata-treedumper-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-treedumper-oo-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-treedumper-oo-perl.git
Homepage: https://metacpan.org/release/Data-TreeDumper-OO
Testsuite: autopkgtest-pkg-perl

Package: libdata-treedumper-oo-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdata-treedumper-perl
Description: Object-oriented interface to Data::TreeDumper
 The Data::TreeDumper::OO Perl module provides an object-oriented
 interface for displaying Perl data structures and objects in
 a format that is hopefully easier to read than the one produced by
 the standard Perl Data::Dumper module.