From: Karen Etheridge Date: Fri, 11 Dec 2015 04:05:23 +0000 (-0800) Subject: increment $VERSION after 0.23 release X-Git-Tag: v0.24~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8d74909330ee5d7bfbbcb0c6597b4f420dd0698;p=p5sagit%2FTry-Tiny.git increment $VERSION after 0.23 release --- diff --git a/Changes b/Changes index 711e69e..aa793c4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Try-Tiny +{{$NEXT}} + 0.23 2015-12-11 04:04:35Z - fix syntax of example code (Rudolf Leermakers, PR#22) - 'perl' removed from prerequisite recommendations, to avoid tripping up diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index c96a02a..5eb6aa0 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -2,7 +2,7 @@ package Try::Tiny; use 5.006; # ABSTRACT: minimal try/catch with proper preservation of $@ -our $VERSION = '0.23'; +our $VERSION = '0.24'; use strict; use warnings;