Remove support for building in vms/ext, as it's not needed post 26dd53a23187.
Nicholas Clark [Sun, 6 Sep 2009 17:19:28 +0000 (18:19 +0100)]
make_ext.pl

index 22a97eb..64a7d4d 100644 (file)
@@ -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;