diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-10 06:19:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-10 06:19:42 +0000 |
commit | a0373bf6e165c060691e3ff83083a704b0006e27 (patch) | |
tree | 09c99726f03d16c16c8e8e9662aeef7ffe241f12 /win32/FindExt.pm | |
parent | 4d9538c1f32ee0129cc8dd2f0633d1d59b133baa (diff) | |
download | perl-a0373bf6e165c060691e3ff83083a704b0006e27.tar.gz |
Sys-Syslog I18N-Langinfo have long names now.
Diffstat (limited to 'win32/FindExt.pm')
-rw-r--r-- | win32/FindExt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/FindExt.pm b/win32/FindExt.pm index 5c5a94f625..7ceb1ac703 100644 --- a/win32/FindExt.pm +++ b/win32/FindExt.pm @@ -6,7 +6,7 @@ use strict; use warnings; my $no = join('|',qw(GDBM_File ODBM_File NDBM_File DB_File - VMS Syslog IPC-SysV Langinfo)); + VMS Sys-Syslog IPC-SysV I18N-Langinfo)); $no = qr/^(?:$no)$/i; my %ext; |