diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-05-27 10:35:42 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-05-27 10:35:42 -0400 |
commit | 236e978859198e8da7c0f646c7474023c7bbc7a4 (patch) | |
tree | 0cbc310982038ae0c67ec9340709566783cf1bda /README.vms | |
parent | a1cd002ea458184fef7f26c878e4e28b5241458d (diff) | |
download | perl-236e978859198e8da7c0f646c7474023c7bbc7a4.tar.gz |
bump version to 5.21.1
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 a8d3e5fc00..f6390e8576 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^.21^.0.tar + vmstar -xvf perl-5^.21^.1.tar Then set default to the top-level source directory like so: - set default [.perl-5^.21^.0] + set default [.perl-5^.21^.1] and proceed with configuration as described in the next section. |