diff options
author | Zefram <zefram@fysh.org> | 2011-07-20 19:36:45 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-07-20 19:41:48 +0100 |
commit | 507b4ec12b740fa17e012896d1faa10147a95b62 (patch) | |
tree | cad3000b3c261e82ee30c64712a1c7fc05a6dbdb /README.vms | |
parent | dac70e9b584ce3d8a98ad96fab18de1fcba18902 (diff) | |
download | perl-507b4ec12b740fa17e012896d1faa10147a95b62.tar.gz |
bump perl version number to 5.15.1
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.vms b/README.vms index 23ce78dbb1..547d0dd45f 100644 --- a/README.vms +++ b/README.vms @@ -154,12 +154,12 @@ recent versions of vmstar (e.g. V3.4 or later). Contrary to advice provided with previous versions of Perl, do I<not> use the ODS-2 compatibility qualifier. Instead, use a command like the following: - vmstar -xvf perl-5^.15^.0.tar + vmstar -xvf perl-5^.15^.1.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.15^.0.dir - rename perl-5^.15^.0.dir perl-5_15_0.dir + set security/protection=(o:rwed) perl-5^.15^.1.dir + rename perl-5^.15^.1.dir perl-5_15_1.dir The reason for this last step is that while filenames with multiple dots are generally supported by Perl on VMS, I<directory> names with multiple |