summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-03-21 22:04:26 +0200
committerSawyer X <xsawyerx@cpan.org>2020-04-09 17:28:15 +0300
commite11072e08116ca37e77aba06b913ef2594dab365 (patch)
treea1a2dc4de01a7b169a46d5e4537d1cc18c115e68 /README.vms
parentca852dbb2ad4ea6c84d51ea70cc0ccff3794be3c (diff)
downloadperl-e11072e08116ca37e77aba06b913ef2594dab365.tar.gz
Bump back to 5.31.11, if we need to release it
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 5d94ad8ab3..9e62a64ea9 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^.32^.0.tar
+ vmstar -xvf perl-5^.31^.11.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.32^.0]
+ set default [.perl-5^.31^.11]
and proceed with configuration as described in the next section.