diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-03-21 22:04:26 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-04-09 17:28:15 +0300 |
commit | e11072e08116ca37e77aba06b913ef2594dab365 (patch) | |
tree | a1a2dc4de01a7b169a46d5e4537d1cc18c115e68 /README.haiku | |
parent | ca852dbb2ad4ea6c84d51ea70cc0ccff3794be3c (diff) | |
download | perl-e11072e08116ca37e77aba06b913ef2594dab365.tar.gz |
Bump back to 5.31.11, if we need to release it
Diffstat (limited to 'README.haiku')
-rw-r--r-- | README.haiku | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.haiku b/README.haiku index 0fbb9e712f..5c416dded0 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.32.0/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.31.11/BePC-haiku/CORE/libperl.so . -Replace C<5.32.0> with your respective version of Perl. +Replace C<5.31.11> with your respective version of Perl. =head1 KNOWN PROBLEMS |