- Updating package for p5 module Test::Output from 0.13 to 0.16
- Adjusting dependencies according to META.yml
Upstream changes since 0.13:
0.16 - Fri May 15 09:14:19 2009
Multiple fixes:
* RT #23494: squash warning when untie-ing STDOUT
* RT #45740: fix Test::Tester prereq version
* RT #45748: Add a null BINMODE to Test::Output::Tie
- Updating package for p5 module Test::Output to 0.13
- set license to artistic-2.0
Upstream changes:
0.13 - Sun Mar 8 23:00:11 2009
* brian d foy (bdfoy@cpan.org) is the new maintainer
* Updated docs for source code location, license, etc
Upstream changes:
0.12 - Sat Oct 25 09:59:18 2008
Repacking to remove OS X extended attribute files that were
causing tests to fail.
0.11 10/21/2008
Fixes for STDERR handling under Perl 5.6. Thanks to
brian d foy for the patch with tests.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Test::Output provides a simple interface for testing output sent
to STDOUT or STDERR. A number of different utilies are included to
try and be as flexible as possible to the tester.
Originally this module was designed not to have external requirements,
however, the features provided by Sub::Exporter over what Exporter
provides is just to great to pass up.
Test::Output ties STDOUT and STDERR using Test::Output::Tie.