From: Karen Etheridge Date: Tue, 15 Mar 2016 23:42:45 +0000 (-0700) Subject: increment $VERSION after 0.26 release X-Git-Tag: v0.27~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14a9cccaad9b7aec8c3262981fe63dc1b5e52bfa;p=p5sagit%2FTry-Tiny.git increment $VERSION after 0.26 release --- diff --git a/Changes b/Changes index a1bd0df..3af30de 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Try-Tiny +{{$NEXT}} + 0.26 2016-03-15 23:42:02Z (TRIAL RELEASE) - switch from finalizers using an array to a hash, to resolve segfaults when creating a pseudofork on MSWin before perl 5.20 (Graham Knop, diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 7c09cbd..b568270 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.26'; +our $VERSION = '0.27'; use strict; use warnings;