This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Jun 2013 18:15:12 +0000 (20:15 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 2 Jul 2013 13:33:27 +0000 (15:33 +0200)
commitca61997a4280794e35c294ceb92fb53efc2d9195
treec12c3a9474f92eb5448cc7b53ae3a669649ff32a
parent396a7feb2837f72136b02f8c184d6e90b04661bf
Correct a type in FindExt::apply_config in the "I18N-Langinfo" code.

Commit 557ab4cb986767c7 (Feb 2011) which added this routine had
$config->{i_nl_langinfo} not $config->{d_nl_langinfo} ('i' should be 'd').

The logic for I18N::Langinfo should now be correct.
win32/FindExt.pm