Source: libtest-trap-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl Build-Depends-Indep: libdata-dump-perl , libtest-refcount-perl , libtest-simple-perl , perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-trap-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-trap-perl.git Homepage: https://metacpan.org/release/Test-Trap Rules-Requires-Root: no Package: libtest-trap-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-dump-perl, libtest-simple-perl 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.