diff options
author | Max Maischein <corion@corion.net> | 2012-02-20 19:41:33 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2012-02-20 19:41:33 +0100 |
commit | 34bb3ecc65bf9da6ed214f1422d097bed2e040f6 (patch) | |
tree | 6d02863b805aadfda35440b970d72c87c10f6f71 /README.haiku | |
parent | 811ac7099e4aa69f1309ac66b456c2219bc939f4 (diff) | |
download | perl-34bb3ecc65bf9da6ed214f1422d097bed2e040f6.tar.gz |
Bump versions from 5.15.7 to 5.15.8
Diffstat (limited to 'README.haiku')
-rw-r--r-- | README.haiku | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.haiku b/README.haiku index 2518ddc96a..816ad5a6a8 100644 --- a/README.haiku +++ b/README.haiku @@ -22,9 +22,9 @@ The build procedure is completely standard: Make perl executable and create a symlink for libperl: chmod a+x /boot/common/bin/perl - cd /boot/common/lib; ln -s perl5/5.15.7/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.15.8/BePC-haiku/CORE/libperl.so . -Replace C<5.15.7> with your respective version of Perl. +Replace C<5.15.8> with your respective version of Perl. =head1 KNOWN PROBLEMS |