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 48 49 50 51
|
Source: libtest-most-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libexception-class-perl,
libtest-deep-perl (>= 0.119),
libtest-differences-perl (>= 0.64),
libtest-exception-perl (>= 0.43),
libtest-warn-perl (>= 0.30),
libtest-simple-perl (>= 1.302047) | perl (>= 5.25.4),
perl (>= 5.21.8) | libtest-harness-perl (>= 3.35),
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-most-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-most-perl.git
Homepage: https://metacpan.org/release/Test-Most
Package: libtest-most-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libexception-class-perl,
libtest-deep-perl (>= 0.119),
libtest-differences-perl (>= 0.64),
libtest-exception-perl (>= 0.43),
libtest-warn-perl (>= 0.30),
libtest-simple-perl (>= 1.302047) | perl (>= 5.25.4),
perl (>= 5.21.8) | libtest-harness-perl (>= 3.35)
Description: Perl module with the most commonly needed test functions and features
Test::Most provides the most commonly used testing functions and gives
a bit more fine-grained control over your test suite.
.
All functions from the following modules will automatically be
exported:
.
* Test::More
* Test::Exception
* Test::Differences
* Test::Deep
* Test::Warn
.
This is useful when one is used to most of the above modules but
wouldn't want to bother to load them all explicitly.
.
Test::Most also provides a couple of routines to control tests
behaviour in case of errors.
|