summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2022-10-24 03:56:02 +0000
committerTodd Rinaldo <toddr@cpan.org>2022-10-24 03:56:02 +0000
commit4ab96809c99e944e70c21779641e4b1c9a00df41 (patch)
treebbd146b00bbedf9ff471209f90c8d5b3f74414d8 /README.haiku
parent382a56637961ef97fde5808e97df108db4e3ed8d (diff)
downloadperl-4ab96809c99e944e70c21779641e4b1c9a00df41.tar.gz
Bump the perl version in various places for 5.37.6
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 391ecef65b..05f47cdb14 100644
--- a/README.haiku
+++ b/README.haiku
@@ -24,9 +24,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.37.5/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.37.6/BePC-haiku/CORE/libperl.so .
-Replace C<5.37.5> with your respective version of Perl.
+Replace C<5.37.6> with your respective version of Perl.
=head1 KNOWN PROBLEMS