projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0e8fea4
)
trailing semicolon in doc example
Yuval Kogman [Tue, 1 Sep 2009 11:51:36 +0000 (14:51 +0300)]
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
9421de4
..
f7047b5
100644
(file)
--- 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