in reply to (tye)Re2: Problems Updating HTML::Parser
in thread Problems Updating HTML::Parser

Hmm, the versions on CPAN certainly don't use it directly:

[root@orpheus build]# find PPM PPM-2.1.1 -type f -print | xargs grep ' +HTML::Parser' [root@orpheus build]#
I don't have an actual Activestate distribution to hand to check unfortunately. I think that what it might be is that PPM uses LWP and HTML::Parser is a dependency of that.

/J\

Replies are listed 'Best First'.
(tye)Re3: Problems Updating HTML::Parser
by tye (Sage) on Mar 02, 2002 at 16:23 UTC

    I'm not sure why you keep questioning this.

    perl -dS ppm DB<1> x \%INC ... 'HTML/Parser.pm' =>...
    It certainly uses it. Probably indirectly via some SOAP module.

            - tye (but my friends call me "Tye")