diff options
author | Abigail <abigail@abigail.be> | 2015-11-20 20:15:14 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2015-11-20 20:38:53 +0100 |
commit | 7c294235c2f28d1f9762b654787d29331165f8fa (patch) | |
tree | 1e8b497ace485b81dc0e0526d0140d87b0c7355f /README.haiku | |
parent | 6c83150bfb6a3426cbc1535b0e141a1e714430a9 (diff) | |
download | perl-7c294235c2f28d1f9762b654787d29331165f8fa.tar.gz |
Bump the perl version in various places for 5.23.6
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 c51aac6166..39662bedf2 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.23.5/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.23.6/BePC-haiku/CORE/libperl.so . -Replace C<5.23.5> with your respective version of Perl. +Replace C<5.23.6> with your respective version of Perl. =head1 KNOWN PROBLEMS |