File: control

package info (click to toggle)
libdata-show-perl 0.002004-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 96 kB
  • ctags: 3
  • sloc: perl: 105; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,021 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
Source: libdata-show-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Salvatore Bonaccorso <carnil@debian.org>,
 gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9), libmodule-build-perl, perl
Build-Depends-Indep: libdata-dump-perl, libtest-pod-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-show-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-show-perl.git
Homepage: https://metacpan.org/release/Data-Show
Testsuite: autopkgtest-pkg-perl

Package: libdata-show-perl
Architecture: all
Depends: libdata-dump-perl, ${misc:Depends}, ${perl:Depends}
Description: Perl module to dump data structures with name and point-of-origin
 Data::Show provides a simple wrapper around the Data::Dump module.
 .
 A call to show data-dumps its arguments, prefaced by a divider line that
 reports the arguments and the file and line from which show() was called.