File: control

package info (click to toggle)
libtest-nicedump-perl 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 142; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,247 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
Source: libtest-nicedump-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libdata-dump-perl <!nocheck>,
                     libsafe-isa-perl (>= 1.000010) <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-nicedump-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-nicedump-perl.git
Homepage: https://metacpan.org/release/Test-NiceDump

Package: libtest-nicedump-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-dump-perl,
         libsafe-isa-perl (>= 1.000010),
         libtest-simple-perl
Description: module for nice and human readable dumps of objects in tests
 Test::NiceDump uses Data::Dump::Filtered and a set of sensible filters to
 dump test data in a more readable way.
 .
 For example, DateTime objects get printed in the full ISO 8601 format, and
 DBIx::Class::Row objects get printed as hashes of their inflated columns.