summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2016-03-20 18:54:17 +0100
committerAbigail <abigail@abigail.be>2016-03-20 18:57:16 +0100
commitd1fa969e806dde41212bef100518527143019918 (patch)
tree811a704b63689f1391f8d541a74b955b4f841e39 /README.haiku
parent78a6ddfbe984b92c8c5a8e12e76a1348efa552f2 (diff)
downloadperl-d1fa969e806dde41212bef100518527143019918.tar.gz
Bump version in various places
Diffstat (limited to 'README.haiku')
-rw-r--r--README.haiku4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.haiku b/README.haiku
index d15d826478..ec12d6c971 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.9/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.23.10/BePC-haiku/CORE/libperl.so .
-Replace C<5.23.9> with your respective version of Perl.
+Replace C<5.23.10> with your respective version of Perl.
=head1 KNOWN PROBLEMS