From: cm-perl Date: Fri, 12 Dec 2014 16:17:10 +0000 (+0100) Subject: Typo in comment X-Git-Tag: v0.23~13^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FTry-Tiny.git;a=commitdiff_plain;h=f4b28b651af64a27fd17e4ed724e364ce20392d5 Typo in comment --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 91307b4..73c2b16 100644 --- 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 $@