File: control

package info (click to toggle)
libtest-inline-perl 2.103-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 372 kB
  • ctags: 225
  • sloc: perl: 3,320; makefile: 43
file content (15 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libtest-inline-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: perl (>= 5.8.0-7), libfile-slurp-perl (>=9999.09-1), libfile-find-rule-perl (>=0.28-1), libconfig-tiny-perl (>=2.02-1), libclass-autouse-perl (>=1.21-1), libparams-util-perl, libpod-tests-perl, libalgorithm-dependency-perl, libfile-flat-perl
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.6.2

Package: libtest-inline-perl
Architecture: all
Depends: ${perl:Depends}, libparams-util-perl, libclass-autouse-perl (>=1.21-1), libfile-slurp-perl (>=9999.09-1), libfile-find-rule-perl (>=0.28-1), libconfig-tiny-perl (>=2.02-1), libalgorithm-dependency-perl, libpod-tests-perl, libfile-flat-perl
Description: Perl extension for embed tests and code examples in POD
 Test::Inline is a way to embed tests in the same file as your source code
 rather than in a separate file. The idea is, the closer your tests are to
 your code and docs, the more likely you'll keep them up to date.