summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2022-08-20 21:26:54 +0100
committerKarl Williamson <khw@cpan.org>2022-08-20 16:17:55 -0600
commit534627002e1f2e0debea18944cbfb3620cde7a8b (patch)
tree1f3cfe68f08276f31e10e7a154e9d0961bf1bbb9 /README.vms
parent8269d37901b812a0ba7aa03fff111a39e8918098 (diff)
downloadperl-534627002e1f2e0debea18944cbfb3620cde7a8b.tar.gz
Bumping perl version in various places for 5.37.4
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 23f39afbd3..5752ca2ccd 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^.37^.3.tar
+ vmstar -xvf perl-5^.37^.4.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.37^.3]
+ set default [.perl-5^.37^.4]
and proceed with configuration as described in the next section.