diff options
author | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
commit | 97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (patch) | |
tree | 83406c28174f70163d95a407fb3e6515acf253b9 /README.haiku | |
parent | 10819dab2a129e5d412f8beca07d50456ed1c306 (diff) | |
download | perl-97d03b5788ee6f8a1fcf924ccabe0de7894b5df6.tar.gz |
bump to version 5.19.10 and fix the version number reference in op.c
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 098af29bc9..ee1f5ecc62 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.19.9/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.19.10/BePC-haiku/CORE/libperl.so . -Replace C<5.19.9> with your respective version of Perl. +Replace C<5.19.10> with your respective version of Perl. =head1 KNOWN PROBLEMS |