summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorDavid Golden <xdg@xdg.me>2015-12-21 18:17:43 -0500
committerDavid Golden <xdg@xdg.me>2015-12-21 18:37:59 -0500
commit5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94 (patch)
treeb412cc3d0da09175373266be3166d4214d9dd56c /README.haiku
parent054383b68b08969d7ce97cc1030c0c06dd05d05a (diff)
downloadperl-5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94.tar.gz
Bump the perl version in various places for 5.23.7
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 39662bedf2..b5e004625f 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.6/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.23.7/BePC-haiku/CORE/libperl.so .
-Replace C<5.23.6> with your respective version of Perl.
+Replace C<5.23.7> with your respective version of Perl.
=head1 KNOWN PROBLEMS