1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libtest-requires-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Nathan Handler <nhandler@debian.org>,
Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-requires-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-requires-perl.git
Homepage: https://metacpan.org/release/Test-Requires
Package: libtest-requires-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: utility module for tests to check whether modules are available
Test::Requires is a Perl module for tests written using Test::Builder that
simply checks to see if the module can be loaded. If loading the module fails
then this skips all tests in the file, rather than causing a complete failure
in module testing.
|