summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2020-01-20 12:59:47 -0500
committerMatthew Horsfall <wolfsage@gmail.com>2020-01-20 12:59:47 -0500
commitfdf591bb29385e45c942f22e5a8800d8bcb2251c (patch)
tree18465932cdbc57e2d45285f8b2f98d9620bf0333 /README.haiku
parentd1a156bbc8a5c6c5e03e162f23738deb2ba65166 (diff)
downloadperl-fdf591bb29385e45c942f22e5a8800d8bcb2251c.tar.gz
Bump the perl version in various places for 5.31.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 ab0ba01d14..bf946415c5 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.31.8/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.31.9/BePC-haiku/CORE/libperl.so .
-Replace C<5.31.8> with your respective version of Perl.
+Replace C<5.31.9> with your respective version of Perl.
=head1 KNOWN PROBLEMS