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

does it use HTML::Parser ? It definitely uses *XML::Parser* for sure, but I would think that the likely explanation is that some other process is using HTML::Parser.

HTML::Parser has had an XS component and hence a Parser.dll since version 3.0 BTW

/J\

  • Comment on Re: (tye)Re: Problems Updating HTML::Parser

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

    Both XML-Parser and HTML-Parser are included in the list of modules that PPM uses (search for "PPMPRECIOUS" in ppm.bat). I didn't search any further to see what part of PPM uses HTML::Parser nor how/why. Feel free to.

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

      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\

        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")