diff options
author | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
commit | 0133a0a987380904c32bfbd5a0540fbd2f9a8056 (patch) | |
tree | b3f2ff7140e0f66e87948495a93b803d50986ef4 /README.haiku | |
parent | 197187307d85001be351b4b2e2b4661e9464bf55 (diff) | |
download | perl-0133a0a987380904c32bfbd5a0540fbd2f9a8056.tar.gz |
Bump the Perl version in various places for 5.17.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 ac911e8fb3..80cdb109ef 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.17.8/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.17.9/BePC-haiku/CORE/libperl.so . -Replace C<5.17.8> with your respective version of Perl. +Replace C<5.17.9> with your respective version of Perl. =head1 KNOWN PROBLEMS |