diff options
author | Max Maischein <corion@corion.net> | 2013-03-22 10:42:10 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2013-03-22 10:42:10 +0100 |
commit | be5aa138f4be77abb4ff0c0cdc680ca2895b46f6 (patch) | |
tree | 17aae9b8e8563fcdfb01b4cb0c5d59713238192e /README.haiku | |
parent | 337fb64908f85a0cdac8767d3dc5d7f709a70dd0 (diff) | |
download | perl-be5aa138f4be77abb4ff0c0cdc680ca2895b46f6.tar.gz |
Bump version to5.17.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 64134e8922..e3277196a8 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.17.10/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.17.11/BePC-haiku/CORE/libperl.so . -Replace C<5.17.10> with your respective version of Perl. +Replace C<5.17.11> with your respective version of Perl. =head1 KNOWN PROBLEMS |