Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Nov 4, 2014
1 parent 7603d0a commit 449b6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Capture-Tiny

{{$NEXT}}

0.26 2014-11-04 06:55:15-05:00 America/New_York

Tests:

- Actually check for Inline::C in tests, not just Inline
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.62",
"lib" => 0
},
"VERSION" => "0.26",
"VERSION" => "0.27",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Capture/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
package Capture::Tiny;
# ABSTRACT: Capture STDOUT and STDERR from Perl, XS or external programs
our $VERSION = '0.26';
our $VERSION = '0.27';
use Carp ();
use Exporter ();
use IO::Handle ();
Expand Down

0 comments on commit 449b6f0

Please sign in to comment.