Source: libtest-requires-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.5.0
Vcs-Browser: https://gitee.com/openkylin/libtest-requires-perl
Vcs-Git: https://gitee.com/openkylin/libtest-requires-perl.git
Homepage: https://metacpan.org/release/Test-Requires
Rules-Requires-Root: no

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.
