diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-04-20 22:57:08 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-04-20 23:09:53 +0200 |
commit | 999f678663d12737388c2458d58b37af627911d0 (patch) | |
tree | 4c1112b1cc8610be3fb4f1d93696314b6becb0f7 /README.vms | |
parent | e4c43fa15fb1181519a806b3a9d3ed29026712d2 (diff) | |
download | perl-999f678663d12737388c2458d58b37af627911d0.tar.gz |
Fix Module::CoreList versions
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 1e8ca80c97..ffe4ef5555 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^.11.tar + vmstar -xvf perl-5^.28^.0.tar Then set default to the top-level source directory like so: - set default [.perl-5^.27^.11] + set default [.perl-5^.28^.0] and proceed with configuration as described in the next section. |