pike.git
/
src
/
modules
/
Perl
/
README.txt
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Perl/README.txt:1:
This file contains various notes about the Perl support.
-
(
$Id:
README.txt,v 1.1 2002/04/07 14:54:03 leif Exp $
)
+
(
$Id$
)
PERL 5.6.x: The semantics of Perl's embedding interface seems to be in flux, changing a bit between versions; the most substantial problem with this that I've noticed is that Perl 5.6.0 and 5.6.1 have a tendency to cause a core dump when trying to create a second instance of a Perl interpreter from Pike. This doesn't seem to happen with either Perl 5.005_03 or 5.7.3, however, even when compiling with the exact same Pike-to-Perl glue code that failed for Perl 5.6.x.