projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d9538c
)
Sys-Syslog I18N-Langinfo have long names now.
Nicholas Clark [Tue, 10 Feb 2009 06:19:42 +0000 (06:19 +0000)]
win32/FindExt.pm
patch
|
blob
|
blame
|
history
diff --git
a/win32/FindExt.pm
b/win32/FindExt.pm
index
5c5a94f
..
7ceb1ac
100644
(file)
--- 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;