summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2020-01-20 12:59:47 -0500
committerMatthew Horsfall <wolfsage@gmail.com>2020-01-20 12:59:47 -0500
commitfdf591bb29385e45c942f22e5a8800d8bcb2251c (patch)
tree18465932cdbc57e2d45285f8b2f98d9620bf0333 /README.vms
parentd1a156bbc8a5c6c5e03e162f23738deb2ba65166 (diff)
downloadperl-fdf591bb29385e45c942f22e5a8800d8bcb2251c.tar.gz
Bump the perl version in various places for 5.31.9
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 d46d68b7c1..9e9bf1b859 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^.8.tar
+ vmstar -xvf perl-5^.31^.9.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.31^.8]
+ set default [.perl-5^.31^.9]
and proceed with configuration as described in the next section.