HTML::Parser on older perl versions

2007-01-21 Thread Zefram
I maintain some CPAN modules that use libwww-perl. I'd like to have my modules work on any perl back to v5.6.0, but in testing I'm finding that HTML::Parser itself won't go back that far. With perl v5.8.0 I get this when building: cc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing

Re: HTML::Parser on older perl versions

2007-01-21 Thread Bo Lindbergh
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Zefram) wrote: I maintain some CPAN modules that use libwww-perl. I'd like to have my modules work on any perl back to v5.6.0, but in testing I'm finding that HTML::Parser itself won't go back that far. With perl v5.8.0 I get this when

Re: HTML::Parser on older perl versions

2007-01-21 Thread Gisle Aas
On 1/21/07, Bo Lindbergh [EMAIL PROTECTED] wrote: That looks like a clear message: don't use .0 versions. :-) Yup, that would be my advice as well. If you insist on staying with the .0 versions then you should be able to continue to use HTML-Parser-3.55 with them. -- Gisle Aas