diff options
author | David Golden <dagolden@cpan.org> | 2013-06-20 22:14:02 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2013-06-20 22:14:02 -0400 |
commit | 93a90a483db0bb0f54a3c8bbfc1a19a7b7df57dd (patch) | |
tree | b658b16305b13f7800c5762d9eff7989033f7939 /README.haiku | |
parent | 38663f11700d59590597a2cbe616e6709933ffa8 (diff) | |
download | perl-93a90a483db0bb0f54a3c8bbfc1a19a7b7df57dd.tar.gz |
bump version to v5.19.2
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 0893d29de5..f0f7a6939a 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.1/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.19.2/BePC-haiku/CORE/libperl.so . -Replace C<5.19.1> with your respective version of Perl. +Replace C<5.19.2> with your respective version of Perl. =head1 KNOWN PROBLEMS |