File: control

package info (click to toggle)
libtest-inline-perl 2.212-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 376 kB
  • sloc: perl: 3,246; makefile: 43
file content (15 lines) | stat: -rw-r--r-- 1,080 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 (>= 8)
Build-Depends-Indep: perl (>= 5.8.0-7), libfile-slurp-perl (>=9999.09), libfile-find-rule-perl (>=0.28), libconfig-tiny-perl (>=2.02), libclass-autouse-perl (>=1.21), libparams-util-perl, libpod-tests-perl, libalgorithm-dependency-perl, libfile-flat-perl, libtest-script-perl, libfile-chmod-perl
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.9.2

Package: libtest-inline-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl, libclass-autouse-perl (>=1.21), libfile-slurp-perl (>=9999.09), libfile-find-rule-perl (>=0.28), libconfig-tiny-perl (>=2.02), libalgorithm-dependency-perl, libpod-tests-perl, libfile-flat-perl, libfile-chmod-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.