diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-06 18:19:28 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-06 18:19:28 +0100 |
commit | fc1ac930483873cfad5aed4f6cd7739614b9dcc4 (patch) | |
tree | b7281e924634364f7f8cc85ed6b49ca33e18f9d2 /make_ext.pl | |
parent | 09330df80caf214f375fcf0c04857347e3b17c69 (diff) | |
download | perl-fc1ac930483873cfad5aed4f6cd7739614b9dcc4.tar.gz |
Remove support for building in vms/ext, as it's not needed post 26dd53a23187.
Diffstat (limited to 'make_ext.pl')
-rw-r--r-- | make_ext.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make_ext.pl b/make_ext.pl index 22a97eb7af..64a7d4d21f 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -188,10 +188,6 @@ foreach my $spec (@extspec) { if (-d "ext/$spec") { # Old style ext/Data/Dumper/ $ext_pathname = "ext/$spec"; - } elsif ($is_VMS and -d "vms/ext/" . substr($spec, 4)) { - # We could get rid of this by moving everything from - # [.vms.ext...] to [.ext.VMS...] - $ext_pathname = "vms/ext/" . substr($spec, 4); } else { # New style ext/Data-Dumper/ my $copy = $spec; |