File: control

package info (click to toggle)
libtap-simpleoutput-perl 0.002-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 208 kB
  • ctags: 2
  • sloc: perl: 107; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,055 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
Source: libtap-simpleoutput-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libsub-exporter-progressive-perl,
                     libtest-checkdeps-perl (>= 0.010),
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtap-simpleoutput-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtap-simpleoutput-perl.git
Homepage: https://metacpan.org/release/TAP-SimpleOutput

Package: libtap-simpleoutput-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libsub-exporter-progressive-perl
Description: simple closure-driven TAP generator
 TAP::SimpleOutput provides one function, counters(), that returns a number of
 simple closures designed to help output TAP easily and correctly, with a
 minimum of fuss.