diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-03-09 23:41:46 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-03-20 14:58:37 +0100 |
commit | c3c50a5a932e0a38b0e9dcbd324c27279e82557c (patch) | |
tree | 9adc848f237dc7b383b7f056442607d72ef901a6 /README.haiku | |
parent | f4d8fa6b1a34a0d395bede6b64af07f70dc1fc5a (diff) | |
download | perl-c3c50a5a932e0a38b0e9dcbd324c27279e82557c.tar.gz |
Bump the perl version for 5.13.11
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 ff406d447d..6f81b0a635 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.10/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.13.11/BePC-haiku/CORE/libperl.so . -Replace C<5.13.10> with your respective version of Perl. +Replace C<5.13.11> with your respective version of Perl. =head1 KNOWN PROBLEMS |