From 86c8d741faf9ef8a6ed15637c3666fb66e2495d4 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 9 Jul 2001 02:11:04 +0000 Subject: [PATCH] I18N::Langinfo is not available on windows p4raw-id: //depot/perl@11227 --- win32/FindExt.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.7.4