diff options
author | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
commit | 75584f80c6a7b97ddbd51dccd95f0694575be335 (patch) | |
tree | cf968e8fc57c56800668ba731197cc6af772ce7c /README.haiku | |
parent | 52143fbb9d625195866dfd908e7e2ed2c9492c50 (diff) | |
download | perl-75584f80c6a7b97ddbd51dccd95f0694575be335.tar.gz |
Bump the perl version to 5.13.3
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 6a4b7ecacc..745f9863ed 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.13.2/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.13.3/BePC-haiku/CORE/libperl.so . -Replace C<5.13.2> with your respective version of Perl. +Replace C<5.13.3> with your respective version of Perl. =head1 KNOWN PROBLEMS |