From b0d4bba01c10abfed1d6e5a362f2c5d94c6adc99 Mon Sep 17 00:00:00 2001 From: Matt S Trout Date: Sun, 19 Aug 2018 11:03:12 +0000 Subject: [PATCH] bump version --- Changes | 1 + lib/Babble.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e1ad03b..a5b5c9b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Babble +0.090006 - Work around regexp engine weirditude on 5.18+ 0.090005 - Sigify anonymous as well as named subroutines diff --git a/lib/Babble.pm b/lib/Babble.pm index bca4917..b6e900c 100644 --- a/lib/Babble.pm +++ b/lib/Babble.pm @@ -2,7 +2,7 @@ package Babble; use strictures 2; -our $VERSION = '0.090005'; +our $VERSION = '0.090006'; 1;