Skip to content

Commit

Permalink
Bump to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Dec 5, 2020
1 parent cb93f36 commit d762cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for File-Edit-Portable

1.26 UNREL
-

1.25 2020-12-04
- fixed bug where platform_recsep() wasn't unlinking files created with
_temp_filename() (closes #37)
Expand Down
2 changes: 1 addition & 1 deletion lib/File/Edit/Portable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

$SIG{__WARN__} = sub { confess(shift); };
our $VERSION = '1.25';
our $VERSION = '1.26';

use Carp qw(confess croak);
use Exporter;
Expand Down

0 comments on commit d762cb1

Please sign in to comment.