summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-04-07 08:27:26 -0400
committerRicardo Signes <rjbs@cpan.org>2016-04-10 19:38:00 -0400
commitd0e2a40203b752aa0fc40a2adb029ce793ff0f62 (patch)
tree847eee9380acbb004790f845f9349c0478479745 /README.vms
parent276861fa3fbe1db0d7db262ff56709e58754bc58 (diff)
downloadperl-d0e2a40203b752aa0fc40a2adb029ce793ff0f62.tar.gz
version bump: this is now v5.24.0-RC0!
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 00396c0035..1ad082a6b6 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^.23^.10.tar
+ vmstar -xvf perl-5^.24^.0.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.23^.10]
+ set default [.perl-5^.24^.0]
and proceed with configuration as described in the next section.