Merge from vendor branch TNF:
authorwiz <wiz>
Tue, 16 Aug 2011 20:40:16 +0000 (20:40 +0000)
committerwiz <wiz>
Tue, 16 Aug 2011 20:40:16 +0000 (20:40 +0000)
commitcec236bba203fc7a23a53533351364dd1dae057d
tree1d3f876484eda4735d6fdb0e8f9c5d3b9d5c97b5
parentf1bc881b47afc31f422557d23cb39f55ab61a2b4
parentb3f6978b197b5a42d105c97241de622d389282bc
Merge from vendor branch TNF:
Initial import of p5-Test-Trap-0.2.1.

This modules is 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.