summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-02-20 23:11:11 -0700
committerNicolas R <atoomic@cpan.org>2019-02-20 23:27:54 -0700
commit4c9080de6bb811e815afc80837bd1f5dcfdaa08f (patch)
treeb0fc528fe1fec02afa1922fa413d8aa67e05d1d6 /README.haiku
parent0e18d1c4bd7a390601db53f818f5eacd0f52500f (diff)
downloadperl-4c9080de6bb811e815afc80837bd1f5dcfdaa08f.tar.gz
Bump the perl version in various places for 5.29.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 6003dd9242..0e3271014e 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.8/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.29.9/BePC-haiku/CORE/libperl.so .
-Replace C<5.29.8> with your respective version of Perl.
+Replace C<5.29.9> with your respective version of Perl.
=head1 KNOWN PROBLEMS