File: control

package info (click to toggle)
libtest-simple-perl 1.302214-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,976 kB
  • sloc: perl: 19,902; makefile: 7
file content (73 lines) | stat: -rw-r--r-- 2,419 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: libtest-simple-perl
Standards-Version: 4.7.2
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
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libmodule-pluggable-perl <!nocheck>,
 libterm-table-perl,
 libtest-pod-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-simple-perl.git
Homepage: https://metacpan.org/release/Test-Simple/

Package: libtest-simple-perl
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libterm-table-perl,
Suggests:
 libmodule-pluggable-perl,
 libterm-readkey-perl,
 libterm-size-any-perl,
Breaks:
 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-tester-perl (<< 0.114),
 libtest-use-ok-perl (<< 0.16),
 libtest-useallmodules-perl (<< 0.14+),
 libtest-wrapper-perl (<< 0.3.0+),
 libtest2-harness-perl (<< 0.000013+),
 libtest2-perl (<< 1.302015),
 libtest2-suite-perl (<< 1.302200~),
 libtest2-tools-eventdumper-perl (<< 0.000007+),
Provides:
 libtest-tester-perl,
 libtest-use-ok-perl,
 libtest2-perl,
 libtest2-suite-perl (= ${source:Version}),
Replaces:
 libtest-tester-perl (<< 0.114),
 libtest-use-ok-perl (<< 0.16),
 libtest2-perl (<< 1.302015),
 libtest2-suite-perl (<< 1.302200~),
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.