projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ac4f5f9
)
fix typo in docs found by rjbs
Yuval Kogman [Fri, 18 Sep 2009 14:50:49 +0000 (17:50 +0300)]
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
1c45fa9
..
66f03df
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-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();
}