summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-05-08 07:44:44 -0400
committerRicardo Signes <rjbs@cpan.org>2016-05-09 07:53:22 -0400
commit2bd5e579211864414eece8d9f36cd46cef570cf7 (patch)
treea74c2246fc33fe849b7ebbbe550a05c1bdba9e82 /README.vms
parent2c5484a6fb758fd9bd9f56d504186972d12dd338 (diff)
downloadperl-2bd5e579211864414eece8d9f36cd46cef570cf7.tar.gz
bump version to v5.25.1: now open for business
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 b77e99e9e7..2cce887f0d 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^.25^.0.tar
+ vmstar -xvf perl-5^.25^.1.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.25^.0]
+ set default [.perl-5^.25^.1]
and proceed with configuration as described in the next section.