summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2022-12-20 18:21:24 +0000
committerRichard Leach <richardleach@users.noreply.github.com>2022-12-20 18:21:24 +0000
commit314a24817c7acf6b814a9002ebe00ea4c5f3b01d (patch)
treed38ca36d28aed7d486b6d68289cf43a13339fd6d /README.haiku
parentb694b46bcc174597e5573ef691878857fbfa259e (diff)
downloadperl-314a24817c7acf6b814a9002ebe00ea4c5f3b01d.tar.gz
Bump the perl version in various places for 5.37.8
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 621e6ebebe..57dae635d8 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.7/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.37.8/BePC-haiku/CORE/libperl.so .
-Replace C<5.37.7> with your respective version of Perl.
+Replace C<5.37.8> with your respective version of Perl.
=head1 KNOWN PROBLEMS