diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-04-12 23:15:56 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-12 23:15:56 -0400 |
commit | cb47d8a5d4a3850a5c2237056982489145a27981 (patch) | |
tree | 38a86ba347e361e122324468e8c32a87c63dbacb /README.haiku | |
parent | 20d572319ce8b690b7b68fec6b58f8ac07b1d362 (diff) | |
download | perl-cb47d8a5d4a3850a5c2237056982489145a27981.tar.gz |
Bump to 5.13.0
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 9caf1d5786..f8ab9a71f2 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.12.0/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.13.0/BePC-haiku/CORE/libperl.so . -Replace C<5.12.0> with your respective version of Perl. +Replace C<5.13.0> with your respective version of Perl. =head1 KNOWN PROBLEMS |