Skip to content

Commit

Permalink
Prep for 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Nov 14, 2022
1 parent 60e6720 commit 38cc85e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for File-Edit-Portable

1.27 UNREL
-

1.26 2022-11-14
- Changed from Travis CI to Github Actions
- Merge Pull Request from XSven (https://github.com/XSven) that
Expand Down
2 changes: 1 addition & 1 deletion lib/File/Edit/Portable.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

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

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

0 comments on commit 38cc85e

Please sign in to comment.