diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-05 18:18:43 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-05 18:18:43 +0100 |
commit | c67edbcd1a902e5bf297baff434c10fbfb3211db (patch) | |
tree | 88e5cbf0536f8777108740f3b78146b4fbb687ba /pod/perllocale.pod | |
parent | 04392ea6628415b18ebbe9753cd69cf196c5a9ad (diff) | |
download | perl-c67edbcd1a902e5bf297baff434c10fbfb3211db.tar.gz |
Correct typo in commit b38d7779bd
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index e239414184..1b2ebeb549 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -204,8 +204,8 @@ Only operations originating outside Perl should be affected, as follows: The variables L<$!|perlvar/$ERRNO> (and its synonyms C<$ERRNO> and C<$OS_ERROR>) and L<$^E|perlvar/$EXTENDED_OS_ERROR> (and its synonym -C<$^E>) when used as strings always are in terms of the current -locale and as if within the scope of L<"use bytes"|bytes>. This is +C<$EXTENDED_OS_ERROR>) when used as strings always are in terms of the +current locale and as if within the scope of L<"use bytes"|bytes>. This is likely to change in Perl v5.22. =item * |