The readme for Parser only mentions that perl version 5.004 is required. It doesn't mention any dependencies.

All the error lines in the testing read like variations on:
Ambiguous use of int => resolved to "int" => at blib/lib/HTML/Entities +.pm line 315.

(just litsting different words (ne,le,ge,sub) in the int postion). The file blib/lib/HTML/Entities.pm was made automatically from the tar file, so I assume it's correct.

Regarding CPAN, from what I've heard, it's a nice way to take care of this stuff, but I've had problems with the CPAN module all along.

For example install HTML:Parser returns:
Ambiguous use of and => resolved to "and" => at /usr/local/lib/perl5/s +ite_perl/HTML/Entities.pm line 311, <FIN> chunk 1. Ambiguous use of or => resolved to "or" => at /usr/local/lib/perl5/sit +e_perl/HTML/Entities.pm line 312, <FIN> chunk 1. Ambiguous use of int => resolved to "int" => at /usr/local/lib/perl5/s +ite_perl/HTML/Entities.pm line 315, <FIN> chunk 1. Ambiguous use of ne => resolved to "ne" => at /usr/local/lib/perl5/sit +e_perl/HTML/Entities.pm line 320, <FIN> chunk 1. Ambiguous use of le => resolved to "le" => at /usr/local/lib/perl5/sit +e_perl/HTML/Entities.pm line 322, <FIN> chunk 1. Ambiguous use of ge => resolved to "ge" => at /usr/local/lib/perl5/sit +e_perl/HTML/Entities.pm line 323, <FIN> chunk 1. Ambiguous use of sub => resolved to "sub" => at /usr/local/lib/perl5/s +ite_perl/HTML/Entities.pm line 324, <FIN> chunk 1. CPAN: LWP loaded ok Fetching with LWP: www.cpan.org/authors/01mailrc.txt.gz Please check, if the URLs I found in your configuration file (www.cpan +.org) are valid. The urllist can be edited. E.g. with ``o conf urllist push ftp://myurl/'' Cannot fetch authors/01mailrc.txt.gz Fetching with LWP: www.cpan.org/modules/02packages.details.txt.gz Please check, if the URLs I found in your configuration file (www.cpan +.org) are valid. The urllist can be edited. E.g. with ``o conf urllist push ftp://myurl/'' Cannot fetch modules/02packages.details.txt.gz Fetching with LWP: www.cpan.org/modules/03modlist.data.gz Please check, if the URLs I found in your configuration file (www.cpan +.org) are valid. The urllist can be edited. E.g. with ``o conf urllist push ftp://myurl/'' Cannot fetch modules/03modlist.data.gz Warning: Cannot install HTML:Parser, don't know what it is. Try the command i /HTML:Parser/ to find objects with similar identifiers.

I've never been able to get the search to work either, even though it seems that I have the correct URL set up. So I usually do everything by hand.

In reply to Re: Re: Problems with HTML:Parser installation by Dogg
in thread Problems with HTML:Parser installation by Dogg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.