diff --git a/Changes b/Changes index f42c56e..78ed600 100644 --- a/Changes +++ b/Changes @@ -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+ diff --git a/lib/Babble.pm b/lib/Babble.pm index b6e900c..496f421 100644 --- a/lib/Babble.pm +++ b/lib/Babble.pm @@ -2,7 +2,7 @@ package Babble; use strictures 2; -our $VERSION = '0.090006'; +our $VERSION = '0.090007'; 1;