summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-07-20 16:37:46 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-07-20 16:37:46 +0100
commit1105b185f998721439b2fb8634b97ee0d3ae8913 (patch)
tree1a018257a0e3ab26a6b45860eb409e4a8881a580 /README.haiku
parent373fec1e86c8a7c03302b39e1a3063957aedd5bb (diff)
downloadperl-1105b185f998721439b2fb8634b97ee0d3ae8913.tar.gz
Bump version to 5.29.2
(including regen\opcode.pl)
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 c51e91cc46..cb0bfe4c81 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.29.1/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.29.2/BePC-haiku/CORE/libperl.so .
-Replace C<5.29.1> with your respective version of Perl.
+Replace C<5.29.2> with your respective version of Perl.
=head1 KNOWN PROBLEMS