File: control

package info (click to toggle)
libtest-simple-perl 1.302075-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,844 kB
  • ctags: 628
  • sloc: perl: 10,369; makefile: 2
file content (48 lines) | stat: -rw-r--r-- 2,190 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
41
42
43
44
45
46
47
48
Source: libtest-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtest-pod-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-simple-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-simple-perl.git
Homepage: https://metacpan.org/release/Test-Simple/

Package: libtest-simple-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16), libtest2-perl (<< 1.302015),
        liblog-dispatch-config-testlog-perl (<< 0.02+),
        libmoose-perl (<< 2.1209),
        libnet-bittorrent-perl (<< 0.052+),
        libtest-able-perl (<< 0.11+),
        libtest-aggregate-perl (<< 0.373+),
        libtest-alien-perl (<< 0.04+),
        libtest-builder-clutch-perl (<< 0.07+),
        libtest-clustericious-cluster-perl (<< 0.30+),
        libtest-dist-versionsync-perl (<< 1.1.4+),
        libtest-exception-perl (<< 0.42+),
        libtest-flatten-perl (<< 0.11+),
        libtest-group-perl (<< 0.20+),
        libtest-modern-perl (<< 0.012+),
        libtest-more-prefix-perl (<< 0.005+),
        libtest-parallelsubtest-perl (<< 0.05+),
        libtest-pretty-perl (<< 0.32+),
        libtest-sharedfork-perl (<< 0.34+),
        libtest-useallmodules-perl (<< 0.14+),
        libtest-wrapper-perl (<< 0.3.0+)
Provides: libtest-tester-perl, libtest-use-ok-perl, libtest2-perl
Replaces: libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16), libtest2-perl (<< 1.302015)
Description: set of basic utilities for writing tests in Perl
 Test::Simple is an extremely simple module for writing tests suitable for CPAN
 modules and other pursuits.
 .
 This module is already included as part of Perl's core distribution, so this
 package is only beneficial when newer features or bug fixes are required.