File: control

package info (click to toggle)
libtest-modern-perl 0.013-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: perl: 760; makefile: 18
file content (47 lines) | stat: -rw-r--r-- 1,740 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: libtest-modern-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper (>= 10~),
 dh-buildinfo,
 libexporter-tiny-perl,
 libimport-into-perl,
 libtest-api-perl,
 libtest-fatal-perl,
 libtest-warnings-perl,
 libtry-tiny-perl,
 libmodule-runtime-perl (>= 0.012),
 libtest-deep-perl (>= 0.111),
 libtest-longstring-perl (>= 0.15),
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
 perl (>= 5.15.7) | libcpan-meta-requirements-perl,
 libmoose-perl (>= 2.0600),
 libnamespace-clean-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-modern-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-modern-perl
Homepage: https://metacpan.org/release/Test-Modern
Testsuite: autopkgtest-pkg-perl

Package: libtest-modern-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Description: precision testing for modern perl
 Test::Modern provides the best features of Test::More, Test::Fatal,
 Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
 ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
 Test::CleanNamespaces.
 .
 Test::Modern also automatically imposes strict and warnings on your
 script, and loads IO::File. (Much of the same stuff Modern::Perl does.)
 .
 Although Test::Modern is a modern testing framework, it should run fine
 on pre-modern versions of Perl. It should be easy to install on Perl
 5.8.9 and above; and if you can persuade its dependencies to install
 (not necessarily easy!), should be OK on anything back to Perl 5.6.1.