From: Nicholas Clark Date: Sun, 6 Sep 2009 17:19:28 +0000 (+0100) Subject: Remove support for building in vms/ext, as it's not needed post 26dd53a23187. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc1ac930483873cfad5aed4f6cd7739614b9dcc4;p=p5sagit%2Fp5-mst-13.2.git Remove support for building in vms/ext, as it's not needed post 26dd53a23187. --- diff --git a/make_ext.pl b/make_ext.pl index 22a97eb..64a7d4d 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;