This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2b457c
)
perlfunc: hyphenate a compound adjective
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 11 Feb 2011 21:43:38 +0000
(13:43 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 11 Feb 2011 22:07:23 +0000
(14:07 -0800)
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
ec265b1
..
654ea85
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-1605,7
+1605,7
@@
See L</warn>, L<perlvar>, L<warnings> and L<perllexwarn>.
Note that, because C<eval> traps otherwise-fatal errors, it is useful for
determining whether a particular feature (such as C<socket> or C<symlink>)
-is implemented. It is also Perl's exception
trapping mechanism, where
+is implemented. It is also Perl's exception
-
trapping mechanism, where
the die operator is used to raise exceptions.
If you want to trap errors when loading an XS module, some problems with