summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2012-12-18 16:21:42 -0600
committerDave Rolsky <autarch@urth.org>2012-12-18 16:21:42 -0600
commitf01c5b18142fb9b5d4b8b9d18566034c919ada9e (patch)
treed62c39f2fa9f3f6a876fe4f4c9fba990a4cf9bbc /README.haiku
parent6253ee7593dd81328313bae2d2a890185f07b3da (diff)
downloadperl-f01c5b18142fb9b5d4b8b9d18566034c919ada9e.tar.gz
Bump the perl version in various places for 5.17.8
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 3395a54453..ac911e8fb3 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.7/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.17.8/BePC-haiku/CORE/libperl.so .
-Replace C<5.17.7> with your respective version of Perl.
+Replace C<5.17.8> with your respective version of Perl.
=head1 KNOWN PROBLEMS