Subject: | HTML::Parser prereq seems incorrect |
When installing HTML-Tree, I got test failures. (Now lost to my
scrollback.) It was in checking that ' was turned into an entity for a
link regarding TheDamian in a dress.
My assumption was that HMTL::Entities needed updating, and this did
indeed make the tests pass. There is no HTML::Entity prereq, but
HTML::Parser is a prereq, which is in the same dist. We were running
HTML-Parser 3.35 and updated to latest, 3.54.
I believe the correct minimum to be 3.46:
HTML::Entities::encode will now encode "'" by default.