summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2015-07-20 16:03:51 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2015-07-20 16:03:51 -0400
commit430812d753cb6126658aa5764d72c857935e7552 (patch)
tree0b90373f4fd356a23e5a1760e9b42c82a368b905 /README.vms
parentcf73cedaf40b99f39f3b4c5d0fa1aa0f125c73e3 (diff)
downloadperl-430812d753cb6126658aa5764d72c857935e7552.tar.gz
Bump version to 5.23.2
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 5dd9afb01b..4cbf2694c9 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^.1.tar
+ vmstar -xvf perl-5^.23^.2.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.23^.1]
+ set default [.perl-5^.23^.2]
and proceed with configuration as described in the next section.