On Jun 20, 4:13 am, [EMAIL PROTECTED] (Xue Li) wrote: > Hello all, > > I am trying to install SOAP::lite on my windows using > > perl -MCPAN -e "install SOAP::Lite" > > But it stuck at > > t/SOAP/Transport/HTTP/CGI.................... >
I get the same (also on Win32). By installing some 'print "Got here\n";' statements in the test script, and running 'perl -Mblib t/SOAP/Transport/HTTP/CGI.t', I find that the hang occurs at the line (in CGI.t): my $som = $soap->call('test'); I haven't (yet) tried to work out what is going wrong here. If you rename that file to (eg) CGI.t_hide then the make test procedure will issue a complaint that CGI.t can't be found and proceed to run the remaining tests. Unless you think this problem is going to prevent you from being able to use the module, you could just install it anyway. Sorry - I don't use 'perl -MCPAN' to install modules, so I don't know specifically how to do the things that I've mentioned above within the confines of the 'perl -MCPAN' procedure. (I still install modules by downloading and extracting the source, and then manually running 'perl Makefile.PL', 'dmake test' and 'dmake install'.) Cheers, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/