diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 17:52:57 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 17:52:57 +0100 |
commit | 4359c934f4873d803eb38291853f700f6f086124 (patch) | |
tree | a6675d25a17bc7f2cda037a6696eca7d85605d3e /README.haiku | |
parent | c0ea32941a45c51071d793e208c290a31247c767 (diff) | |
download | perl-4359c934f4873d803eb38291853f700f6f086124.tar.gz |
Bump version to 5.25.4
(including regen/opcode.pl)
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 a6a0e192b7..dddc7a0991 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.25.3/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.25.4/BePC-haiku/CORE/libperl.so . -Replace C<5.25.3> with your respective version of Perl. +Replace C<5.25.4> with your respective version of Perl. =head1 KNOWN PROBLEMS |