This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10517af
)
Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALL
author
Vincent Pit
<perl@profvince.com>
Wed, 3 Mar 2010 13:48:58 +0000
(14:48 +0100)
committer
Vincent Pit
<perl@profvince.com>
Wed, 3 Mar 2010 13:49:05 +0000
(14:49 +0100)
Spotted by Olivier Raginel.
ext/POSIX/POSIX.pod
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.pod
b/ext/POSIX/POSIX.pod
index
5a2137c
..
64852e9
100644
(file)
--- a/
ext/POSIX/POSIX.pod
+++ b/
ext/POSIX/POSIX.pod
@@
-1103,7
+1103,7
@@
Spanish. B<NOTE>: The naming and availability of locales depends on
your operating system. Please consult L<perllocale> for how to find
out which locales are available in your system.
- $loc = setlocale( LC_
ALL
, "es_AR.ISO8859-1" );
+ $loc = setlocale( LC_
COLLATE
, "es_AR.ISO8859-1" );
=item setpgid