summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
committerSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
commited4fd77f4b5e3e5c64a82a6170f866fe888d6c67 (patch)
treee51b15ae611d9bb4b26a55f683f6682fa6dd2299 /README.haiku
parent0cafd09c4306be6a918d02a4554bc5b8a599a05a (diff)
downloadperl-ed4fd77f4b5e3e5c64a82a6170f866fe888d6c67.tar.gz
Bump perl version in various places for 5.34.0
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 c00e976f83..d8fa2b2e9e 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.33.9/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.34.0/BePC-haiku/CORE/libperl.so .
-Replace C<5.33.9> with your respective version of Perl.
+Replace C<5.34.0> with your respective version of Perl.
=head1 KNOWN PROBLEMS