summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2017-01-20 17:31:32 +0100
committerAbigail <abigail@abigail.be>2017-01-20 17:31:32 +0100
commit3eaa1ae916fb7be8db584adf5895992b74074034 (patch)
tree36fd35227e81d82d06fcfb114ab0c586c6f4e040 /README.vms
parent6bd220c22c88b3f3d28b306c5bdf950ea4e1732a (diff)
downloadperl-3eaa1ae916fb7be8db584adf5895992b74074034.tar.gz
Bump the perl version in various places for 5.25.10
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 d9218adc92..efe93a2b6a 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^.9.tar
+ vmstar -xvf perl-5^.25^.10.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.25^.9]
+ set default [.perl-5^.25^.10]
and proceed with configuration as described in the next section.