1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libtest-manifest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libtest-pod-perl,
libtest-pod-coverage-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.95)
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-manifest-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-manifest-perl.git
Homepage: https://metacpan.org/release/Test-Manifest
Package: libtest-manifest-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
perl
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.)
|