Closed rlauer6 closed 2 years ago
failures on 5.10.0 sound like a "won't fix" to me. I would strongly urge you to upgrade.
failures on 5.10.0 sound like a "won't fix" to me. I would strongly urge you to upgrade.
actually I'm simply testing my modules on various versions of perl...5.10.0 being the oldest I would support...I would hope most folks would upgrade as well :-)
Are we ok with bumping the required Perl version to 5.14? It's not by any means bleeding edge, but it's new enough to have features we may want to use in the future. If people need HTML::Parser on older versions of Perl, they can install older versions of HTML::Parser (version pinning in your cpanfile is nice!).
Are we ok with bumping the required Perl version to 5.14? It's not by any means bleeding edge, but it's new enough to have features we may want to use in the future. If people need HTML::Parser on older versions of Perl, they can install older versions of HTML::Parser (version pinning in your cpanfile is nice!).
In my case I got snagged by LWP - I do not explicitly require HTML::HeadParser
- just got caught up in dependency hell
Are we ok with bumping the required Perl version to 5.14?
I don't have a problem with that.
Fixed via #31
Trying to build HTML::HeadParser fails with seg fault on multi-thread perl 5.10.0