Hi,
I just commit a few changes to the CVS that makes Embperl work with Perl
5.6. Either fetch it via annonymous CVS or wait until a new tarball is
generated at http://perl.apache.org/from-cvs/embperl.
The patch I send today morning (my time) was nearly correct. The correct
version is
change line 75 in Embperl.xs from
if (gv && SvTYPE(gv) == SVt_PVGV)
to
if (gv && SvTYPE(gv) == SVt_PVGV && GvGP (gv) && GvGP (gv) -> gp_file )
After this change Embperl work with Perl 5.6. make test still fails due to
changed error message in Perl 5.6. Theses are also corrected in the CVS
version.
Enjoy
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]