trailing semicolon in doc example
Yuval Kogman [Tue, 1 Sep 2009 11:51:36 +0000 (14:51 +0300)]
lib/Try/Tiny.pm

index 9421de4..f7047b5 100644 (file)
@@ -268,7 +268,7 @@ concisely match errors:
        } catch {
                when (/^Can't locate .*?\.pm in \@INC/) { } # ignore
                default { die $_ }
-       }
+       };
 
 =head1 CAVEATS