As of 5.18.0, Perl on VMS can (at last) be built in and installed
from a directory having dots in the name, so it is no longer
necessary to rename the top-level source directory before building.
The pertinent instructions have been removed from README.vms, so
we also no longer need to update the version number that was
embedded in those instructions.
qr/uconfig/,
],
- # rename perl-5^.15^.1.dirperl-5_15_1.dir in README.vms
- [
- qr{\sperl-(\d+)_(\d+)_(\d+)\.dir}x,
- sub { " perl-${1}_${2}_${3}.dir", " perl-${newx}_${newy}_${newz}.dir" },
- " perl-${oldx}_${oldy}_{$oldz}.dir",
- qr/README.vms/,
- ],
-
);