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-manifest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-manifest-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-manifest-perl.git
Homepage: https://metacpan.org/release/Test-Manifest
Package: libtest-manifest-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl module for interacting with a test manifest file
Test::Manifest is a Perl test framework that allows you to run any tests you
want based on the t/test_manifest file, in any order you desire (rather than
simply the ascii-betical order provided by default.)
|