If you use CPAN, the module installation prompts you for options near
the beginning. That gives you time to go and rename the file. The
exact location of the file changes each time you run the module
install, but it is straight forward to figure it out. For me, it was
located in this directory: C:\Perl\cpan\build\SOAP-Lite-0.710.07-z1kYRL
\t\SOAP\Transport\HTTP
For others, the "zlkYRL" random letters will be different.

When I ran the installation, I also had to run the installation using
the force command. So I had to do this:
perl -MCPAN -e shell
and at the CPAN prompt:
force install SOAP::Lite

I also ran into multiple complaints coming from YAML and could not
easily find how to fix that so I simply reran the install multiple
times until I reached the end (each re-run got me over one complaint
from YALM).


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to