File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ {{$NEXT}}
2+
130.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)
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11package 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.
25812581package ## hide from PAUSE
25822582 File::Temp::Dir;
25832583
2584- our $VERSION = ' 0.2308 ' ;
2584+ our $VERSION = ' 0.2309 ' ;
25852585
25862586use File::Path qw/ rmtree / ;
25872587use strict;
You can’t perform that action at this time.
0 commit comments