File: control

package info (click to toggle)
libtest-effects-perl 0.001005-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 28
  • sloc: perl: 493; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 832 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libtest-effects-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-trap-perl, perl (>= 5.14)
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-effects-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-effects-perl.git
Homepage: https://metacpan.org/release/Test-Effects

Package: libtest-effects-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libtest-trap-perl, perl (>= 5.14)
Description: Perl module to test various effects at once
 Test::Effects allows one to test all effects of some code to be tested
 at once: return value, I/O, warnings, exceptions, etc.