projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
760fffd
)
Typo in comment
cm-perl [Fri, 12 Dec 2014 16:17:10 +0000 (17:17 +0100)]
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
91307b4
..
73c2b16
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-77,7
+77,7
@@
sub try (&;@) {
$try->();
};
- return 1; # properly set $fail to false
+ return 1; # properly set $failed to false
};
# preserve the current error and reset the original value of $@