diff options
author | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:27:28 -0700 |
---|---|---|
committer | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:46:13 -0700 |
commit | 1967e4078fc58b815297507a9bd9fc1f9bb34f9e (patch) | |
tree | 07ceb9f49a8197e9b39d507e8c21a7de9d4fb5fa /README.vms | |
parent | a8ba758dd5059433a645c02519c488320cd39cff (diff) | |
download | perl-1967e4078fc58b815297507a9bd9fc1f9bb34f9e.tar.gz |
Bump perl version to 5.27.5, including Module::CoreList bits
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.vms b/README.vms index 1dcdeea0d2..724df7a50a 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^.27^.4.tar + vmstar -xvf perl-5^.27^.5.tar Then set default to the top-level source directory like so: - set default [.perl-5^.27^.4] + set default [.perl-5^.27^.5] and proceed with configuration as described in the next section. |