Source: libtest-modern-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libexporter-tiny-perl,
 libimport-into-perl,
 libtest-api-perl,
 libtest-fatal-perl,
 libtest-warnings-perl,
 libtry-tiny-perl,
 libmodule-runtime-perl,
 libtest-deep-perl,
 libtest-longstring-perl,
 libmoose-perl,
 libnamespace-clean-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
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:
 libexporter-tiny-perl,
 libimport-into-perl,
 libtest-api-perl,
 libtest-fatal-perl,
 libtest-warnings-perl,
 libtry-tiny-perl,
 libmodule-runtime-perl,
 libtest-deep-perl,
 libtest-longstring-perl,
 ${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.
