summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-03-21 01:11:56 +0200
committerSawyer X <xsawyerx@cpan.org>2020-03-21 01:54:39 +0200
commit0707d397b15bdd3a8058d75e1c345ee80b3c3183 (patch)
tree449027568d1a54f55d285b893f08ea91bdcb32e2 /README.vms
parente916e3bc03998fe04c29eac6f4601c8592cb09d7 (diff)
downloadperl-0707d397b15bdd3a8058d75e1c345ee80b3c3183.tar.gz
Bump version to 5.32.0
Diffstat (limited to 'README.vms')
-rw-r--r--README.vms4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.vms b/README.vms
index 77db680410..5d94ad8ab3 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^.31^.10.tar
+ vmstar -xvf perl-5^.32^.0.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.31^.10]
+ set default [.perl-5^.32^.0]
and proceed with configuration as described in the next section.