Try-Tiny-0.25-TRIAL v0.25
Karen Etheridge [Mon, 22 Feb 2016 20:17:22 +0000 (12:17 -0800)]
  - "finally" blocks are now run for all methods of leaving the try block
    (including via exit, goto)  (mauke, RT#112099)

CONTRIBUTING
Changes
README.pod

index a4cf967..799aaf4 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.109.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.111.
diff --git a/Changes b/Changes
index a1318d6..5ea3d05 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 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)
 
index d973030..da0ece0 100644 (file)
@@ -8,7 +8,7 @@ Try::Tiny - minimal try/catch with proper preservation of $@
 
 =head1 VERSION
 
-version 0.24
+version 0.25
 
 =head1 SYNOPSIS
 
@@ -503,7 +503,7 @@ Jesse Luehrs <doy@tozt.net>
 
 =head1 CONTRIBUTORS
 
-=for stopwords Karen Etheridge Peter Rabbitson Ricardo Signes Mark Fowler Graham Knop Dagfinn Ilmari Mannsåker Paul Howarth Rudolf Leermakers anaxagoras awalker chromatic Alex cm-perl Andrew Yates David Lowe Glenn Hans Dieter Pearcey Jonathan Yu Marc Mims Stosberg
+=for stopwords Karen Etheridge Peter Rabbitson Ricardo Signes Mark Fowler Graham Knop Lukas Mai Dagfinn Ilmari Mannsåker Rudolf Leermakers anaxagoras awalker chromatic Alex cm-perl Andrew Yates David Lowe Glenn Hans Dieter Pearcey Jonathan Yu Marc Mims Stosberg Paul Howarth
 
 =over 4
 
@@ -529,11 +529,11 @@ Graham Knop <haarg@haarg.org>
 
 =item *
 
-Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
+Lukas Mai <l.mai@web.de>
 
 =item *
 
-Paul Howarth <paul@city-fan.org>
+Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
 
 =item *
 
@@ -587,6 +587,10 @@ Marc Mims <marc@questright.com>
 
 Mark Stosberg <mark@stosberg.com>
 
+=item *
+
+Paul Howarth <paul@city-fan.org>
+
 =back
 
 =head1 COPYRIGHT AND LICENCE