summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-21 11:04:25 +0100
committerYves Orton <demerphq@gmail.com>2023-03-21 12:18:04 +0100
commit2a4ab2705a5be419ea938c09d06d2256ad115d42 (patch)
treec468497b7b7711dab3bfe12a2ec6a6b8f399c0d5 /README.vms
parent966386b1d80d391fcda81fffd4a13c06905e17cf (diff)
downloadperl-2a4ab2705a5be419ea938c09d06d2256ad115d42.tar.gz
Bump version to 5.37.11, update Module-CoreList
Module-CoreList was synced with CPAN and had its version in Porting/Maintainers.pl updated. Module-CoreList was also updated by running: ./perl -Ilib Porting/corelist.pl cpan With some manual fixups afterwards to make it pass test.
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 5c7c0957c0..ee49bf1956 100644
--- a/README.vms
+++ b/README.vms
@@ -139,11 +139,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^.37^.10.tar
+ vmstar -xvf perl-5^.37^.11.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.37^.10]
+ set default [.perl-5^.37^.11]
and proceed with configuration as described in the next section.