diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
commit | 298a2886e2e4369d1549a8de440169a90ca1909a (patch) | |
tree | e321d96f699cc97f13901c791b21d475e672711a /README.haiku | |
parent | 65b2cfd1356d212fc0e84d242dfb47db113d673d (diff) | |
download | perl-298a2886e2e4369d1549a8de440169a90ca1909a.tar.gz |
Bump the perl version in various places to 5.13.9
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 b8db3abd90..cbd928bbd7 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.8/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.13.9/BePC-haiku/CORE/libperl.so . -Replace C<5.13.8> with your respective version of Perl. +Replace C<5.13.9> with your respective version of Perl. =head1 KNOWN PROBLEMS |