1. The prerequisites for HTML-Parser-3.14 should include HTML::Tagset
2. I needed to edit Entities.pm in order to pass the 'make test'
   I include my diff:

311,312c311,312
<    'and'      => chr(8743),
<    'or'       => chr(8744),
---
>    and      => chr(8743),
>    or       => chr(8744),
315c315
<    'int'      => chr(8747),
---
>    int      => chr(8747),
320c320
<    'ne'       => chr(8800),
---
>    ne       => chr(8800),
322,324c322,324
<    'le'       => chr(8804),
<    'ge'       => chr(8805),
<    'sub'      => chr(8834),
---
>    le       => chr(8804),
>    ge       => chr(8805),
>    sub      => chr(8834),


-Thanks
Stephen More


P.S. Isn't there a circular reference here:

In the README for HTML-Parser-3.14 one of the prerequisites is libwww-perl. 
In the README for libwww-perl-5.48 one of the prerequisites is HTML-Parser.

Reply via email to