link to talk
Yuval Kogman [Fri, 18 Sep 2009 14:58:49 +0000 (17:58 +0300)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 1964d74..efcf18d 100644 (file)
--- 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
index 66f03df..49b7ff6 100644 (file)
@@ -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<http://nothingmuch.woobling.org/talks/takahashi.xul?data=try_tiny.txt>
+
+Or read the source:
+
+L<http://nothingmuch.woobling.org/talks/yapc_asia_2009/try_tiny.yml>
+
 =head1 VERSION CONTROL
 
 L<http://github.com/nothingmuch/try-tiny/>