From: Yuval Kogman Date: Fri, 18 Sep 2009 14:50:49 +0000 (+0300) Subject: fix typo in docs found by rjbs X-Git-Tag: Try-Tiny-0.03~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91254b51f8dd07f13aba022318ddb8b99e906a27;p=p5sagit%2FTry-Tiny.git fix typo in docs found by rjbs --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 1c45fa9..66f03df 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -200,7 +200,7 @@ the localization) in the begining of the C block. Inside an eval block C behaves sort of like: sub die { - $@_ = $_[0]; + $@ = $_[0]; return_undef_from_eval(); }