summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-05-22 23:32:36 +0200
committerMax Maischein <corion@corion.net>2021-05-23 01:00:19 +0200
commitc0a42e20387e41e3cf254c50d27e21f1291ef970 (patch)
treefce4b4b799f82da2c5ff4385aa56d4f7b3771a16 /README.vms
parent47ee1e48dc130466ab32a88f492de8316d8368b3 (diff)
downloadperl-c0a42e20387e41e3cf254c50d27e21f1291ef970.tar.gz
Bump the perl version in various places for 5.35.1
Ideally, this would've been done earlier in the process of developing 5.35, but here we are
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 1a9329a6d3..e63d368837 100644
--- a/README.vms
+++ b/README.vms
@@ -137,11 +137,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^.35^.0.tar
+ vmstar -xvf perl-5^.35^.1.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.35^.0]
+ set default [.perl-5^.35^.1]
and proceed with configuration as described in the next section.