From: Yuval Kogman Date: Fri, 18 Sep 2009 14:58:49 +0000 (+0300) Subject: link to talk X-Git-Tag: Try-Tiny-0.03~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=faecd5a0af8944f78f17f0b7054f0d839c44c41c;p=p5sagit%2FTry-Tiny.git link to talk --- diff --git a/Changes b/Changes index 1964d74..efcf18d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.03 + - More documentation and tests + - Sets $@ to the previous value at the beginning of the eval, to allow + the capture of an error stack when calling die. + 0.02 - Doc fixes from chromatic - Various minor fixes from Adam Kennedy diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 66f03df..49b7ff6 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -336,6 +336,17 @@ issues with C<$@> but you still need to localize to prevent clobbering. =back +=head1 LIGHTNING TALK + +I gave a lightning talk about this module, you can see the slides (Firefox +only): + +L + +Or read the source: + +L + =head1 VERSION CONTROL L