File: control

package info (click to toggle)
libtest-useallmodules-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 152 kB
  • ctags: 11
  • sloc: perl: 72; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libtest-useallmodules-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-useallmodules-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-useallmodules-perl.git
Homepage: https://metacpan.org/release/Test-UseAllModules
Testsuite: autopkgtest-pkg-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).