diff options
author | Karen Etheridge <ether@cpan.org> | 2017-11-20 15:16:15 -0800 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2017-11-20 15:25:20 -0800 |
commit | 93cd6fca2453b14be3c49ba8708aa01b7dab5829 (patch) | |
tree | 31ae1c136b463c3fb8d20df3c7b28d6af8d6c6fd /README.vms | |
parent | 25219f3fabc14ca6ead919d570f0d33e9fa12213 (diff) | |
download | perl-93cd6fca2453b14be3c49ba8708aa01b7dab5829.tar.gz |
Bump the perl version in various places for 5.27.7
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.vms b/README.vms index 6d8f777ba2..27a350b417 100644 --- a/README.vms +++ b/README.vms @@ -142,11 +142,11 @@ You may need to set up a foreign symbol for the unpacking utility of choice. Once you have done so, use a command like the following to unpack the archive: - vmstar -xvf perl-5^.27^.6.tar + vmstar -xvf perl-5^.27^.7.tar Then set default to the top-level source directory like so: - set default [.perl-5^.27^.6] + set default [.perl-5^.27^.7] and proceed with configuration as described in the next section. |