summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-11-20 14:24:49 -0800
committerKaren Etheridge <ether@cpan.org>2018-11-20 14:43:43 -0800
commit1bfbad524394786d5c4a919aef0c5dedd7a6f79b (patch)
treeb8ddcf4a5284f537f439efce9dd8f73cc6902913 /README.vms
parent4380f76d7277615e320ca0089463fba32fc203f5 (diff)
downloadperl-1bfbad524394786d5c4a919aef0c5dedd7a6f79b.tar.gz
Bump the perl version in various places for 5.29.6
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 57660172c8..52a3b5fcf9 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^.29^.5.tar
+ vmstar -xvf perl-5^.29^.6.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.29^.5]
+ set default [.perl-5^.29^.6]
and proceed with configuration as described in the next section.