File: control

package info (click to toggle)
libtest-prereq-perl 1.037-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 148 kB
  • ctags: 20
  • sloc: perl: 265; makefile: 20
file content (23 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libtest-prereq-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: perl (>= 5.6.0-12), libmodule-info-perl, libtest-pod-perl,
 libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Rene Mayorga <rmayorga@debian.org>, Ryan Niebur <ryanryan52@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Test-Prereq/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-prereq-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-prereq-perl/

Package: libtest-prereq-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmodule-info-perl
Description: Perl module to check if Makefile.PL has the right pre-requisites
 Test::Prerq examines the modules looking on blib/lib/,
 blib/script, and the test files t/*  (and test.pl). 
 then figures out which modules they use, skips the modules that are
 in the Perl core, and compares the remaining list of modules to those
 in the PREREQ_PM section of Makefile.PL.