Skip to content

Commit

Permalink
increment $VERSION after 0.2311 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Oct 3, 2020
1 parent 9fecf0d commit 2847f33
Show file tree
Hide file tree
Showing 2 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
@@ -1,3 +1,5 @@
{{$NEXT}}

0.2311 2020-10-03 04:04:15Z
- Fix new PERMS test so as to also pass on root (RT#133443)

Expand Down
4 changes: 2 additions & 2 deletions lib/File/Temp.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package File::Temp;
# ABSTRACT: return name and handle of a temporary file safely

our $VERSION = '0.2311';
our $VERSION = '0.2312';

=begin :__INTERNALS
Expand Down Expand Up @@ -2596,7 +2596,7 @@ the C<tempdir> function.
package ## hide from PAUSE
File::Temp::Dir;

our $VERSION = '0.2311';
our $VERSION = '0.2312';

use File::Path qw/ rmtree /;
use strict;
Expand Down

0 comments on commit 2847f33

Please sign in to comment.