File: control

package info (click to toggle)
libtest-trap-perl 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 62
  • sloc: perl: 2,599; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,420 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
Source: libtest-trap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libdata-dump-perl,
                     libtest-refcount-perl,
                     libtest-tester-perl | perl (>= 5.21.6)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-trap-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-trap-perl.git
Homepage: https://metacpan.org/release/Test-Trap

Package: libtest-trap-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdata-dump-perl,
         libtest-tester-perl | perl (>= 5.21.6)
Description: test module to trap exit codes, exceptions, output, etc.
 Test::Trap is a Perl test module useful primarily (but not exclusively) for
 test scripts: a block eval on steroids, configurable and extensible, but by
 default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit
 codes, and return values from boxed blocks of test code.
 .
 The values collected by the latest trap can then be queried or tested through
 as a special trap object.