summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2016-12-20 21:19:08 +0100
committerSawyer X <xsawyerx@cpan.org>2016-12-20 21:19:08 +0100
commitdbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6 (patch)
tree25b601fad9af93a6b89fec74bfa2b463b6bef5fb /README.haiku
parent3ce6a296f9be689fd76ec2696cdb76a225e19e42 (diff)
downloadperl-dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6.tar.gz
Bump the perl version in various places for 5.25.9
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 5b7c0b244e..f91496550c 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.25.8/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.25.9/BePC-haiku/CORE/libperl.so .
-Replace C<5.25.8> with your respective version of Perl.
+Replace C<5.25.9> with your respective version of Perl.
=head1 KNOWN PROBLEMS