summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-19 12:09:27 -0600
committerKarl Williamson <khw@cpan.org>2014-09-19 12:13:43 -0600
commit3cd61afa1bd59515cd57091c4a4af93a52fec327 (patch)
treecfb1ecdd6d7a9b3f08424731345b090248af4213
parentc0ed031bc348436d44a883027be3e4d52cf6f04f (diff)
downloadperl-3cd61afa1bd59515cd57091c4a4af93a52fec327.tar.gz
perllocale: Nit
-rw-r--r--pod/perllocale.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index e086b6e6d4..c43ba5ecad 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -308,7 +308,7 @@ C<$EXTENDED_OS_ERROR>) when used as strings use C<LC_MESSAGES>.
The default behavior is restored with the S<C<no locale>> pragma, or
upon reaching the end of the block enclosing C<use locale>.
-Note that C<use locale> and C<use locale ':not_characters'> may be
+Note that C<use locale> calls may be
nested, and that what is in effect within an inner scope will revert to
the outer scope's rules at the end of the inner scope.