This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Build to CPAN version 0.4200
[perl5.git] / README.haiku
index 6dd1311..4a2b5c2 100644 (file)
@@ -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.16.0/BePC-haiku/CORE/libperl.so .
+  cd /boot/common/lib; ln -s perl5/5.19.6/BePC-haiku/CORE/libperl.so .
 
-Replace C<5.16.0> with your respective version of Perl.
+Replace C<5.19.6> with your respective version of Perl.
 
 =head1 KNOWN PROBLEMS
 
@@ -45,7 +45,7 @@ Haiku yet.
 =item *
 
 A subtest of the F<ext/Sys/Syslog/t/syslog.t> test fails. This is due to Haiku
-not implementing C</dev/log> support yet.
+not implementing F</dev/log> support yet.
 
 =item *