diff options
author | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
commit | 3b318f16bd82320be5768efa37201351e3a0ff2e (patch) | |
tree | a427daabb004064fccdd315a3b13f138b021b9b0 /README.haiku | |
parent | 78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9 (diff) | |
download | perl-3b318f16bd82320be5768efa37201351e3a0ff2e.tar.gz |
Bump the perl version in various places for 5.15.9
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 816ad5a6a8..8c24eb89ec 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.8/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.15.9/BePC-haiku/CORE/libperl.so . -Replace C<5.15.8> with your respective version of Perl. +Replace C<5.15.9> with your respective version of Perl. =head1 KNOWN PROBLEMS |