projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
6ff4659
)
Work hard to skip VMS-specific extensions on Win32.
Craig A. Berry [Thu, 3 Sep 2009 23:17:17 +0000 (18:17 -0500)]
Follow-up to
26dd53a231877708d84e7376aa20e4e8e561fe4e
.
win32/FindExt.pm
patch
|
blob
|
blame
|
history
diff --git
a/win32/FindExt.pm
b/win32/FindExt.pm
index
7bf9d52
..
da02761
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 Sys-Syslog IPC-SysV I18N-Langinfo));
+ VMS VMS-DCLsym VMS-Stdio Sys-Syslog IPC-SysV I18N-Langinfo));
$no = qr/^(?:$no)$/i;
my %ext;