This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add parameters to "use locale"
authorKarl Williamson <khw@cpan.org>
Mon, 2 Jun 2014 20:49:30 +0000 (14:49 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 18:23:02 +0000 (12:23 -0600)
commitd6ded95025185cb1ec8ca3ba5879cab881d8b180
tree2d5d8e027167706f5a25f1456331ce3e189f1232
parente9efacb9548c04c657ed5e5320168a87934aec52
Add parameters to "use locale"

This commit allows one to specify to enable locale-awareness for only a
specified subset of the locale categories.  Thus you could make a
section of code LC_MESSAGES aware, with no locale-awareness for the
other categories.
20 files changed:
dist/Data-Dumper/Dumper.pm
dist/Data-Dumper/Dumper.xs
embed.fnc
embed.h
ext/POSIX/lib/POSIX.pod
lib/locale.pm
locale.c
numeric.c
op.c
perl.h
pod/perldelta.pod
pod/perlembed.pod
pod/perlfunc.pod
pod/perllocale.pod
pp.c
pp_sort.c
pp_sys.c
proto.h
t/run/locale.t
utf8.h