Source: libtest-requires-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Nathan Handler , Angel Abad 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.