Try-Tiny-0.26-TRIAL v0.26
Karen Etheridge [Tue, 15 Mar 2016 23:42:45 +0000 (16:42 -0700)]
  - 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)

CONTRIBUTING
Changes
README.pod

index 799aaf4..f2c6fcb 100644 (file)
@@ -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 (file)
--- 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)
index da0ece0..70c656d 100644 (file)
@@ -8,7 +8,7 @@ Try::Tiny - minimal try/catch with proper preservation of $@
 
 =head1 VERSION
 
-version 0.25
+version 0.26
 
 =head1 SYNOPSIS