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), 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.8.0
Package: libtest-inline-perl
Architecture: all
Depends: ${perl: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.
|