File: control

package info (click to toggle)
libtest-effects-perl 0.001005-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: perl: 493; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,133 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
Source: libtest-effects-perl
Section: perl
Priority: optional
Testsuite: autopkgtest-pkg-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-trap-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-effects-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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
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.
 .
 Test::Effects provides a single exported subroutine: effects_ok.
 .
 This sub expects a block of code (or sub ref) as its first argument, followed
 by an optional hash ref as its second, and an optional string as its third.