At 4:15 PM +0900 1/8/00, KIMURA Takeshi wrote:
>Thank you for the information.
>
>
>  >At 4:32 PM +0900 1/5/00, KIMURA Takeshi wrote:
>  >>Is there any way to install HTML::Paser on MacPerl?
>  >>I CPANed it but end up with the following message
>  >>
>  >>     # Can't find loadable object for module HTML::Parser in @INC
>  >>
>  >>I guess, I messed up my site_perl.  Is there any way uninstalling the
>  >>new module?
>  >
>  >
>  >Sure there is.  Drag :site_perl:HTML:Parser.pm (or wherever it got
>  >installed), and whatever else HTML::Parser installed to the Trash.
>  >On my Linux box all I see is Parser.pm.
>
>In this way, I can go back to the original version installed
>initially, but not to the one exist just before installing the latest
>version. Right?

That should do it, since there should be an old version sitting in 
:MacPerl �:lib.

>Is there any way installing modules of a specific version from CPAN?
>Does CPAN keeps old versions?  (sorry, it's getting out of scope from
>this mailing list.)

Yes, although you need to know the full "path" to the file in CPAN, 
and the exact name:

cpan> install GAAS/HTML-Parser-2.??.tar.gz

You'll need to find out the exact version number of the last non-XS 
HTML::Parser  (looks like it was 2.25).

>
>  >In order to attempt to build the latest HTML::Parser, you need a C
>  >compiler, MPW, and you need to read Arved Sandstrom's tutorial on how
>  >to build XS modules, which you can find at
>  >http://www.macperl.com/depts/Tutorials/.   I believe that it's now
>  >possible to build XS with MrC, the free compiler that comes with MPW,
>  >but I'm not sure.  You may need CodeWarrior.  I haven't tried because
>  >I don't have a MacOS C compiler, and I don't know for sure if
>  >HTML::Parser will build, but it probably should.
>
>I have CodeWarrior 4 and tried making XS following the instruction
>you mentioned.
>I couldn't find the tutorial general enough to make the XS for HTML::
>Parser.
>
>Does anybody else know another tutorial?

That's the only one.  Time to ask on the list.

>
>
>  >There are two other things you can do.  One is to "downgrade" to the
>  >last HTML::Parser that was pure Perl (in other words, avoid the
>  >HTML-Parser-3.x series).
>
>Isn't there any conflict with LWP by downgrading?


The current version of libwww-perl was released around November 17. 
The first version of HTML-Parser-XS was around November 4, and it 
replaced HTML-Parser on December 14.  So I'm guessing no, there will 
be no problems.

>
>
>  >The other is to ask on the MacPerl mailing
>  >list (info at www.macperl.com) and see if someone will build it and
>  >put it on the MacPerl Module Porters site, http://pudge.net/mmp.
>
>I joined the list. Will ask the list after a few more tries.
>
>
>Takeshi

--
Paul Schinder
[EMAIL PROTECTED]

Reply via email to