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?
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.)
>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?
>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 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