Codebase list libcapture-tiny-perl / 33cbb1e
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.44 2016-08-05 13:40:33-04:00 America/New_York
35
46 [Docs]
57
3131 "Test::More" => "0.62",
3232 "lib" => 0
3333 },
34 "VERSION" => "0.44",
34 "VERSION" => "0.45",
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.43';
5 our $VERSION = '0.45';
66 use Carp ();
77 use Exporter ();
88 use IO::Handle ();