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 Jul 12, 2018
1 parent 2b17549 commit fbe30a4
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 Test-TempDir-Tiny

{{$NEXT}}

0.018 2018-07-12 08:21:56-04:00 America/New_York

- Bumped required version of File::Temp to 0.2308

0.017 2018-05-02 16:31:12-04:00 America/New_York
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.018",
"VERSION" => "0.019",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/TempDir/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Test::TempDir::Tiny;
# ABSTRACT: Temporary directories that stick around when tests fail

our $VERSION = '0.018';
our $VERSION = '0.019';

use Exporter 5.57 qw/import/;
our @EXPORT = qw/tempdir in_tempdir/;
Expand Down

0 comments on commit fbe30a4

Please sign in to comment.