This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Exclude undefined hash elements from localeconv()
authorKarl Williamson <khw@cpan.org>
Fri, 16 May 2014 00:30:37 +0000 (18:30 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 17:23:00 +0000 (11:23 -0600)
commit03ceeedffe9eb367d0b03776eea30405b6635ebd
treebfc2cae28cf8d887e73079dd53f8e2a7af310591
parent3f3bcbfc7f1e8f9244693d6b76474c540355f38f
Exclude undefined hash elements from localeconv()

A given platform may not have all the localeconv elements available, or
Perl may be compiled to not use them.  Don't define hash elements for
the missing ones.
ext/POSIX/POSIX.xs
pod/perldelta.pod
pod/perllocale.pod