In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/407a9f9420cf2d02fa009149479a4baa35882d16?hp=b1fc79bc3a6f2a33f65f540b7bc05288fced5eae>
- Log ----------------------------------------------------------------- commit 407a9f9420cf2d02fa009149479a4baa35882d16 Author: Karl Williamson <[email protected]> Date: Sun May 10 11:12:37 2015 -0600 PATCH: [perl #125145] perlrun: Fix typo ----------------------------------------------------------------------- Summary of changes: pod/perlrun.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 7a4e102..1d5f8fc 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -290,7 +290,7 @@ are as follows; listing the letters is equal to summing the numbers. in UTF-8 L 64 normally the "IOEioA" are unconditional, the L makes them conditional on the locale environment variables - (the LC_ALL, LC_TYPE, and LANG, in the order of + (the LC_ALL, LC_CTYPE, and LANG, in the order of decreasing precedence) -- if the variables indicate UTF-8, then the selected "IOEioA" are in effect a 256 Set ${^UTF8CACHE} to -1, to run the UTF-8 caching -- Perl5 Master Repository
