summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-11 13:43:38 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-11 14:07:23 -0800
commit82bcec1beafdddf442ea155a666fc0b0dce8fe5f (patch)
treeaeaf5eb773dee9c4b2e76094ad0d0b025c034909 /pod/perlfunc.pod
parente2b457c0a2a1b829d40d2ab9e84c76fa3641aaba (diff)
downloadperl-82bcec1beafdddf442ea155a666fc0b0dce8fe5f.tar.gz
perlfunc: hyphenate a compound adjective
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index ec265b1795..654ea85dfd 100644
--- 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