File: control

package info (click to toggle)
libtest-inline-perl 2.213-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 456 kB
  • ctags: 265
  • sloc: perl: 3,241; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,611 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libtest-inline-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libalgorithm-dependency-perl,
                     libclass-autouse-perl,
                     libconfig-tiny-perl,
                     libfile-chmod-perl,
                     libfile-find-rule-perl,
                     libfile-flat-perl,
                     libfile-slurp-perl,
                     libparams-util-perl,
                     libpod-tests-perl,
                     libtest-script-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Test-Inline
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-inline-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-inline-perl.git
Testsuite: autopkgtest-pkg-perl

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