In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3cd61afa1bd59515cd57091c4a4af93a52fec327?hp=c0ed031bc348436d44a883027be3e4d52cf6f04f>
- Log ----------------------------------------------------------------- commit 3cd61afa1bd59515cd57091c4a4af93a52fec327 Author: Karl Williamson <[email protected]> Date: Fri Sep 19 12:09:27 2014 -0600 perllocale: Nit ----------------------------------------------------------------------- Summary of changes: pod/perllocale.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perllocale.pod b/pod/perllocale.pod index e086b6e..c43ba5e 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. -- Perl5 Master Repository
