summaryrefslogtreecommitdiff
path: root/README.haiku
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-05-27 22:01:00 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-27 22:27:58 -0400
commit7e8b7ced7aa62256ed0dc102113a58bf1c271d77 (patch)
treecd9a31ea0c66bfcecf69427433876bb588910ae9 /README.haiku
parent2c8fc00e10c85d241338e71377aff04f4f7a7b6f (diff)
downloadperl-7e8b7ced7aa62256ed0dc102113a58bf1c271d77.tar.gz
bump version to v5.37.1: now open for business
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 d895317304..35ce7506af 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.37.0/BePC-haiku/CORE/libperl.so .
+ cd /boot/common/lib; ln -s perl5/5.37.1/BePC-haiku/CORE/libperl.so .
-Replace C<5.37.0> with your respective version of Perl.
+Replace C<5.37.1> with your respective version of Perl.
=head1 KNOWN PROBLEMS