File: control

package info (click to toggle)
libdata-dump-oneline-perl 0.07-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 50; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,196 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
25
26
27
28
29
Source: libdata-dump-oneline-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdata-dmp-perl,
                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-dump-oneline-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dump-oneline-perl.git
Homepage: https://metacpan.org/release/Data-Dump-OneLine

Package: libdata-dump-oneline-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-dmp-perl
Description: Perl module that dumps data structures as single-line strings
 Data::Dump::OneLine dumps data structures as single-line strings. It uses
 Data::Dmp.
 .
 JSON should also encode to a single-line string, but some data structures
 (cyclical, contains globs or other special Perl data) cannot be encoded out of
 the box to JSON. 
 .
 Data::Dumper::OneLine strives to do the same for Data::Dumper.