Re: HTML::Parser on 5.8.0

2009-02-09 Thread Gisle Aas
The patch seems fine. Not sure why it I did not apply it the first time you sent it. I've uploaded HTML-Parser-3.60 today with your patch in it. BTW, it's a bit sad that people still have to care about perl-5.8.0. That release was quite buggy. --Gisle On Sun, Feb 8, 2009 at 22:06, Zefram wrot

HTML::Parser on 5.8.0

2009-02-08 Thread Zefram
Back on 2007-08-16 I provided a patch (attached) to make HTML::Parser compile on 5.8.0. I see that new versions of HTML::Parser have been released since then, but they don't have the patch applied and still don't compile on 5.8.0. Is there some problem with using the patch? It should apply cleanl

HTML::Parser on 5.8.0

2007-08-16 Thread Zefram
HTML::Parser doesn't compile with perl 5.8.0. Attached is a patch to fix it. -zefram --- HTML-Parser-3.56/Parser.xs 2007-01-12 10:18:39.0 + +++ HTML-Parser-3.56/Parser.xs 2007-08-16 19:56:13.256271713 +0100 @@ -99,6 +99,10 @@ #define DOWARN PL_dowarn #endif +#ifndef CLONEf_JO