Codebase list libcapture-tiny-perl / ee19433
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.45 2017-02-23 13:22:43-05:00 America/New_York (TRIAL RELEASE)
35
46 [Internal]
57
3131 "Test::More" => "0.62",
3232 "lib" => 0
3333 },
34 "VERSION" => "0.45",
34 "VERSION" => "0.46",
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.45';
5 our $VERSION = '0.46';
66 use Carp ();
77 use Exporter ();
88 use IO::Handle ();