Trap exit codes, exceptions, output, etc
http://search.cpan.org/dist/Test-Trap
Primarily (but not exclusively) for use in 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 a special trap object.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-Test-Trap
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Test-Trap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Test-Trap-v0.3.5.tar.gz | 0000055600 54.3 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-Test-Trap.changes | 0000009769 9.54 KB | |
perl-Test-Trap.spec | 0000002086 2.04 KB |
Revision 13 (latest revision is 14)
Dirk Stoecker (dstoecker)
accepted
request 994566
from
Tina Müller (tinita)
(revision 13)
- updated to 0.3.5 see /usr/share/doc/packages/perl-Test-Trap/Changes 0.3.5 Wed 27 Jul 2022 05:58:02 AM CEST No changes to the libraries, just to the tests. Perl best practices form a moving target. - Stop using bareword filehandles; if it isn't deprecated already, it will be. - RT #143716: Perl pulled the rug from under me on untainting environment variables when it stopped treating an empty string as a safe PATH. Fix by deleting the offending environment variables instead, as suggested by Graham Knop.
Comments 0