Skip to content

Commit f172660

Browse files
increment $VERSION after 0.2308 release
1 parent cab060e commit f172660

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{{$NEXT}}
2+
13
0.2308 2018-07-11 21:06:16Z
24
- remove File::Temp::Dir from the PAUSE index (it is not in its own
35
.pm file, so it is not 'use'able on its own)

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
4646
"Test::More" => 0,
4747
"warnings" => 0
4848
},
49-
"VERSION" => "0.2308",
49+
"VERSION" => "0.2309",
5050
"test" => {
5151
"TESTS" => "t/*.t"
5252
}

lib/File/Temp.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package File::Temp;
22
# ABSTRACT: return name and handle of a temporary file safely
33

4-
our $VERSION = '0.2308';
4+
our $VERSION = '0.2309';
55

66
=begin __INTERNALS
77
@@ -2581,7 +2581,7 @@ the C<tempdir> function.
25812581
package ## hide from PAUSE
25822582
File::Temp::Dir;
25832583

2584-
our $VERSION = '0.2308';
2584+
our $VERSION = '0.2309';
25852585

25862586
use File::Path qw/ rmtree /;
25872587
use strict;

0 commit comments

Comments
 (0)