From: Glenn Fowler Date: Thu, 20 Dec 2012 01:33:01 +0000 (+1100) Subject: Documentation fixes X-Git-Tag: Try-Tiny-0.12~3^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b999823df2dc222255282c7eacc75364fbe78e91;p=p5sagit%2FTry-Tiny.git Documentation fixes Fixed a simple typo, and an internal POD link. --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 43c7b9e..f09308e 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -167,7 +167,7 @@ conditions, avoiding quirks in Perl and common mistakes: warn "caught error: $_"; # not $@ }; -You can also use it like a stanalone C to catch and ignore any error +You can also use it like a standalone C to catch and ignore any error conditions. Obviously, this is an extreme measure not to be undertaken lightly: @@ -193,7 +193,7 @@ for those having a hard time installing L, but who still want to write correct C blocks without 5 lines of boilerplate each time. It's designed to work as correctly as possible in light of the various -pathological edge cases (see L) and to be compatible with any style +pathological edge cases (see L) and to be compatible with any style of error values (simple strings, references, objects, overloaded objects, etc). If the C block dies, it returns the value of the last statement executed in