Closed petdance closed 2 months ago
There's code in HTML::Entities that does similar run-time checking, like
( $] > 5.007 ? (
'OElig;' => chr(338),
'oelig;' => chr(339),
'Scaron;' => chr(352),
'scaron;' => chr(353),
Do we want to make similar changes there? If so, I'll make a seaprate PR for it.
A PR would be great!
Will do. Just wanted to make sure that we weren't going to want to split out HTML::Entities or something.
I don't know of any plans to split out HTML::Entities, so I don't think we need to worry about that.
HTML::Parser requires Perl 5.8, so the documentation about Perls below 5.6 or 5.8 are not necessary.