summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorZak B. Elep <zakame@zakame.net>2019-03-21 23:08:29 +0800
committerZak B. Elep <zakame@zakame.net>2019-03-21 23:08:29 +0800
commitb8e681e2bb3967c248f9bb526f00456e4b2c1f59 (patch)
tree15c7fa34e55039807e0ecf8adf8688449465d6c8 /README.vms
parentab6f2e9176184203790de9dc2ebeb0a05164705b (diff)
downloadperl-b8e681e2bb3967c248f9bb526f00456e4b2c1f59.tar.gz
Bump the perl version in various places for 5.29.10
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 516ba62537..b5abdf60e7 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^.29^.9.tar
+ vmstar -xvf perl-5^.29^.10.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.29^.9]
+ set default [.perl-5^.29^.10]
and proceed with configuration as described in the next section.