Skip to content

Commit

Permalink
new version, new stupid mistake squashing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcat-mst committed Aug 23, 2018
1 parent db02260 commit e4bae73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for Babble

0.090007
- Escape unescaped { chars in regexps to avoid deprecation warnings
0.090006
- Work around regexp engine weirditude on 5.18+
Expand Down
2 changes: 1 addition & 1 deletion lib/Babble.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Babble;

use strictures 2;

our $VERSION = '0.090006';
our $VERSION = '0.090007';

1;

Expand Down

0 comments on commit e4bae73

Please sign in to comment.