summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-26 03:15:33 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-26 03:15:33 +0000
commit265f5c4a1b0b933305c553dbf2bf285c59261bc3 (patch)
treebf6d8792c6d0bb8807b4400b4a22f1233709b7c7 /pod/perllocale.pod
parent94672f70d8cd80d85af601db230d5a82be7c7f28 (diff)
downloadperl-265f5c4a1b0b933305c553dbf2bf285c59261bc3.tar.gz
INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
(%! has the necessary magic); misc typos p4raw-id: //depot/perl@3754
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