From: Peter Rabbitson Date: Thu, 4 Jul 2013 05:48:56 +0000 (+0200) Subject: Fix broken link to slides (RT#55659) X-Git-Tag: Try-Tiny-0.13~6^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2245f1aec6cd960817868725693a95fe1345d2d6;p=p5sagit%2FTry-Tiny.git Fix broken link to slides (RT#55659) --- diff --git a/Changes b/Changes index 440be84..fd0aac1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ - fix tests failing on 5.6.x due to differing DESTROY semantics - excise superfluous local($@) call - 7% speedup + - fix (fsvo) broken URLs (RT#55659) 0.12 - doc fixes diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 9d46a76..5aaeae2 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -574,11 +574,11 @@ issues with C<$@>, but you still need to localize to prevent clobbering. I gave a lightning talk about this module, you can see the slides (Firefox only): -L +L Or read the source: -L +L =head1 VERSION CONTROL