diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perlhaiku.pod')
-rw-r--r-- | Master/tlpkg/tlperl/lib/pods/perlhaiku.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perlhaiku.pod b/Master/tlpkg/tlperl/lib/pods/perlhaiku.pod index c4b6ab79ef3..43215cde720 100644 --- a/Master/tlpkg/tlperl/lib/pods/perlhaiku.pod +++ b/Master/tlpkg/tlperl/lib/pods/perlhaiku.pod @@ -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.12.3/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.14.2/BePC-haiku/CORE/libperl.so . -Replace C<5.12.3> with your respective version of Perl. +Replace C<5.14.2> with your respective version of Perl. =head1 KNOWN PROBLEMS @@ -57,7 +57,7 @@ fail. This is due to bugs in Haiku's network stack implementation. =head1 CONTACT For Haiku specific problems contact the HaikuPorts developers: -http://ports.haiku-files.org/ +L<http://ports.haiku-files.org/> The initial Haiku port was done by Ingo Weinhold <ingo_weinhold@gmx.de>. |