From: Karen Etheridge Date: Tue, 15 Mar 2016 23:42:45 +0000 (-0700) Subject: Try-Tiny-0.26-TRIAL X-Git-Tag: v0.26^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=729300a9457fd8a3373daa68a5fed0be91d661c3;p=p5sagit%2FTry-Tiny.git Try-Tiny-0.26-TRIAL - switch from finalizers using an array to a hash, to resolve segfaults when creating a pseudofork on MSWin before perl 5.20 (Graham Knop, karenetheridge/Sub-Name/#3) --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 799aaf4..f2c6fcb 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -93,4 +93,4 @@ request to the .mailmap file to contain the correct mapping. This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.009 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.111. +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.112. diff --git a/Changes b/Changes index adad256..a1bd0df 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ 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, karenetheridge/Sub-Name/#3) diff --git a/README.pod b/README.pod index da0ece0..70c656d 100644 --- a/README.pod +++ b/README.pod @@ -8,7 +8,7 @@ Try::Tiny - minimal try/catch with proper preservation of $@ =head1 VERSION -version 0.25 +version 0.26 =head1 SYNOPSIS