Codebase list libcapture-tiny-perl / 6c9210c
After release: bump $VERSION and timestamp Changes David Golden 6 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.48 2018-04-22 10:02:47+02:00 Europe/Oslo
35
46 - No changes from 0.47-TRIAL
57
3131 "Test::More" => "0.62",
3232 "lib" => 0
3333 },
34 "VERSION" => "0.48",
34 "VERSION" => "0.49",
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.48';
5 our $VERSION = '0.49';
66 use Carp ();
77 use Exporter ();
88 use IO::Handle ();