This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct code-like snippet in documentation
[perl5.git] / README.haiku
CommitLineData
ffe25ee3
B
1# vim: syntax=pod
2
df00ff3b
IW
3If you read this file _as_is_, just ignore the funny characters you see.
4It is written in the POD format (see pod/perlpod.pod) which is specially
5designed to be readable as is.
6
7=head1 NAME
8
de2902a6 9perlhaiku - Perl version 5.10+ on Haiku
df00ff3b
IW
10
11=head1 DESCRIPTION
12
13This file contains instructions how to build Perl for Haiku and lists
14known problems.
15
16=head1 BUILD AND INSTALL
17
18The build procedure is completely standard:
19
20 ./Configure -de
21 make
22 make install
23
24Make perl executable and create a symlink for libperl:
25
26 chmod a+x /boot/common/bin/perl
0036fddf 27 cd /boot/common/lib; ln -s perl5/5.37.9/BePC-haiku/CORE/libperl.so .
df00ff3b 28
0036fddf 29Replace C<5.37.9> with your respective version of Perl.
df00ff3b
IW
30
31=head1 KNOWN PROBLEMS
32
33The following problems are encountered with Haiku revision 28311:
34
35=over 4
36
37=item *
38
39Perl cannot be compiled with threading support ATM.
40
41=item *
42
cb0ee57a 43The F<cpan/Socket/t/socketpair.t> test fails. More precisely: the subtests
df00ff3b
IW
44using datagram sockets fail. Unix datagram sockets aren't implemented in
45Haiku yet.
46
47=item *
48
cb0ee57a 49A subtest of the F<cpan/Sys-Syslog/t/syslog.t> test fails. This is due to Haiku
f703fc96 50not implementing F</dev/log> support yet.
df00ff3b
IW
51
52=item *
53
cb0ee57a 54The tests F<dist/Net-Ping/t/450_service.t> and F<dist/Net-Ping/t/510_ping_udp.t>
df00ff3b
IW
55fail. This is due to bugs in Haiku's network stack implementation.
56
57=back
58
59=head1 CONTACT
60
61For Haiku specific problems contact the HaikuPorts developers:
635d4d9b 62L<http://ports.haiku-files.org/>
df00ff3b
IW
63
64The initial Haiku port was done by Ingo Weinhold <ingo_weinhold@gmx.de>.
65
66Last update: 2008-10-29