From: Karen Etheridge Date: Mon, 9 Jan 2017 01:22:12 +0000 (-0800) Subject: increment $VERSION after 0.28 release X-Git-Tag: v0.29~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FTry-Tiny.git;a=commitdiff_plain;h=d8d64fc24d7b863f9b887d9e6eceacf52f2f9ea4 increment $VERSION after 0.28 release --- diff --git a/Changes b/Changes index 0ad509f..fdeec16 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Try-Tiny +{{$NEXT}} + 0.28 2017-01-09 01:21:33Z - enabled some tests of finally blocks that were disabled on 5.6, now that that functionality works (since 0.13) (Pali, PR#4) diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index d47f2e7..6592632 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.28'; +our $VERSION = '0.29'; use strict; use warnings;