fix typo in docs found by rjbs
Yuval Kogman [Fri, 18 Sep 2009 14:50:49 +0000 (17:50 +0300)]
lib/Try/Tiny.pm

index 1c45fa9..66f03df 100644 (file)
@@ -200,7 +200,7 @@ the localization) in the begining of the C<eval> block.
 Inside an eval block C<die> behaves sort of like:
 
        sub die {
-               $@_ = $_[0];
+               $@ = $_[0];
                return_undef_from_eval();
        }