summaryrefslogtreecommitdiff
path: root/win32/FindExt.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-06-17 11:49:39 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-02 15:57:20 +0200
commit2d11a7e9678a8894622d2af2943f9976d913f4c9 (patch)
tree3649747723da0e2ec971152c37f1e184d431c332 /win32/FindExt.pm
parent81e6213c638d987f9b2078f8c3166d1f99b3d973 (diff)
downloadperl-2d11a7e9678a8894622d2af2943f9976d913f4c9.tar.gz
Move VMS::Filespec from vms/ext to ext/
This simplifies the VMS Makefile. It would have simplified the VMS Makefile further if it had had the correct rules to delete [.lib.VMS]Filespec.pm which are now no longer needed. (The generated ext/VMS-Filespec/DESCRIP.MMS will now take care of this.)
Diffstat (limited to 'win32/FindExt.pm')
-rw-r--r--win32/FindExt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/FindExt.pm b/win32/FindExt.pm
index 55c1ce6798..f65e578dff 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 VMS-DCLsym VMS-Stdio Sys-Syslog IPC-SysV I18N-Langinfo));
+ VMS.* Sys-Syslog IPC-SysV I18N-Langinfo));
$no = qr/^(?:$no)$/i;
sub apply_config {