File: control

package info (click to toggle)
libtest-manifest-perl 1.14-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 96 kB
  • ctags: 7
  • sloc: perl: 78; makefile: 35
file content (21 lines) | stat: -rw-r--r-- 859 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
Source: libtest-manifest-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Standards-Version: 3.6.1.0
Build-Depends-Indep: debhelper (>= 4.1), perl, libtest-simple-perl

Package: libtest-manifest-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libtest-harness-perl
Description: Perl module for interacting with a test manifest file
 Perl's MakeMaker assumes that you want to run all of the .t files in
 the t/ directory in ascii-betical order during `make test` unless you
 say otherwise.  This leads to some interesting naming schemes for
 test files to get them in the desired order.
 .
 Test::Manifest looks in the t/test_manifest file to find out which
 tests you want to run and the order in which you want to run them.
 It constructs the right value for MakeMaker to do the right thing.