From: Yuval Kogman Date: Tue, 1 Sep 2009 11:51:36 +0000 (+0300) Subject: trailing semicolon in doc example X-Git-Tag: Try-Tiny-0.02~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=deb85b378c597e3e6e1d72814f6dfd2a11a0909b;hp=0e8fea40e9429d740a6a7002b809caea96b5b580;p=p5sagit%2FTry-Tiny.git trailing semicolon in doc example --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 9421de4..f7047b5 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -268,7 +268,7 @@ concisely match errors: } catch { when (/^Can't locate .*?\.pm in \@INC/) { } # ignore default { die $_ } - } + }; =head1 CAVEATS