From: Karen Etheridge Date: Mon, 22 Feb 2016 20:17:22 +0000 (-0800) Subject: increment $VERSION after 0.25 release X-Git-Tag: v0.26~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40375a9625bdd57a1d13a24cbc2fd36f4af74aaa;p=p5sagit%2FTry-Tiny.git increment $VERSION after 0.25 release --- diff --git a/Changes b/Changes index 5ea3d05..4346852 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Try-Tiny +{{$NEXT}} + 0.25 2016-02-22 20:16:51Z (TRIAL RELEASE) - "finally" blocks are now run for all methods of leaving the try block (including via exit, goto) (mauke, RT#112099) diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index cf8f1f7..d412758 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.25'; +our $VERSION = '0.26'; use strict; use warnings;