summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index 0447b26e8e..510117f299 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -613,7 +613,7 @@ called by extensions outside the standard Perl distribution and by the
operating system and its utilities. Note especially that the string
value of C<$!> and the error messages given by external utilities may
be changed by C<LC_MESSAGES>. If you want to have portable error
-codes, use the Errno extension.
+codes, use C<%!>. See L<Errno>.
=head1 SECURITY