1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libtest-manifest-perl
Section: perl
Priority: optional
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 <frequency@cpan.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Test-Manifest/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-manifest-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-manifest-perl/
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8), libtest-pod-perl,
libtest-pod-coverage-perl
Package: libtest-manifest-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8.8)
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.)
|