From: Karen Etheridge Date: Mon, 22 Feb 2016 20:17:22 +0000 (-0800) Subject: Try-Tiny-0.25-TRIAL X-Git-Tag: v0.25^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a37696757254c5bc596a6fef5cdc28cca94e10e1;p=p5sagit%2FTry-Tiny.git Try-Tiny-0.25-TRIAL - "finally" blocks are now run for all methods of leaving the try block (including via exit, goto) (mauke, RT#112099) --- diff --git a/CONTRIBUTING b/CONTRIBUTING index a4cf967..799aaf4 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.109. +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.111. diff --git a/Changes b/Changes index a1318d6..5ea3d05 100644 --- 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) diff --git a/README.pod b/README.pod index d973030..da0ece0 100644 --- a/README.pod +++ b/README.pod @@ -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 =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 =item * -Dagfinn Ilmari Mannsåker +Lukas Mai =item * -Paul Howarth +Dagfinn Ilmari Mannsåker =item * @@ -587,6 +587,10 @@ Marc Mims Mark Stosberg +=item * + +Paul Howarth + =back =head1 COPYRIGHT AND LICENCE