Codebase list libcapture-tiny-perl / 252e9b7
After release: bump $VERSION and timestamp Changes David Golden 7 years ago
3 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Capture-Tiny
11
22 {{$NEXT}}
3
4 0.46 2017-02-25 14:19:22-05:00 America/New_York
35
46 - No changes from 0.45-TRIAL
57
3131 "Test::More" => "0.62",
3232 "lib" => 0
3333 },
34 "VERSION" => "0.46",
34 "VERSION" => "0.47",
3535 "test" => {
3636 "TESTS" => "t/*.t"
3737 }
22 use warnings;
33 package Capture::Tiny;
44 # ABSTRACT: Capture STDOUT and STDERR from Perl, XS or external programs
5 our $VERSION = '0.46';
5 our $VERSION = '0.47';
66 use Carp ();
77 use Exporter ();
88 use IO::Handle ();