1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libtest-useallmodules-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl,
libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Test-UseAllModules/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-useallmodules-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-useallmodules-perl/
Package: libtest-useallmodules-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: test module to do use_ok() for all the MANIFESTed modules
Test:UseAllModules reads MANIFEST to find modules to be tested and
does use_ok() for each of them. Now all you have to do is update
MANIFEST. You don't have to modify the test any more (hopefully).
|