From: Gurusamy Sarathy Date: Mon, 9 Jul 2001 02:11:04 +0000 (+0000) Subject: I18N::Langinfo is not available on windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86c8d741faf9ef8a6ed15637c3666fb66e2495d4;p=p5sagit%2Fp5-mst-13.2.git I18N::Langinfo is not available on windows p4raw-id: //depot/perl@11227 --- diff --git a/win32/FindExt.pm b/win32/FindExt.pm index efe0faf..8312503 100644 --- a/win32/FindExt.pm +++ b/win32/FindExt.pm @@ -4,7 +4,8 @@ use File::Find; use File::Basename; use Cwd; -my $no = join('|',qw(DynaLoader GDBM_File ODBM_File NDBM_File DB_File Syslog Sysv)); +my $no = join('|',qw(DynaLoader GDBM_File ODBM_File NDBM_File DB_File + Syslog SysV Langinfo)); $no = qr/^(?:$no)$/i; my %ext;