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

index 7bf9d52..da02761 100644 (file)
@@ -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;