diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-06-17 11:49:39 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-02 15:57:20 +0200 |
commit | 2d11a7e9678a8894622d2af2943f9976d913f4c9 (patch) | |
tree | 3649747723da0e2ec971152c37f1e184d431c332 /win32/FindExt.pm | |
parent | 81e6213c638d987f9b2078f8c3166d1f99b3d973 (diff) | |
download | perl-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.pm | 2 |
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 { |