wfsp has asked for the wisdom of the Perl Monks concerning the following question:

Vista, strawberry perl 5.8.8, CPAN.pm 1.9301

I have cmd.exe opened as administrator.

cpan>install WWW::Mechanize
It then hangs at
t\cookies.t ... 1/14
Any ideas?

Replies are listed 'Best First'.
Re: WWW::Mechanize install hangs on t\cookies.t ... 1/14
by Anonymous Monk on Apr 10, 2009 at 14:33 UTC
    at the end of t\cookies.t add kill 9, $pid; so its killed and doesn't hang
Re: WWW::Mechanize install hangs on t\cookies.t ... 1/14
by Your Mother (Archbishop) on Apr 24, 2009 at 15:48 UTC

    Maybe try-

    install notest WWW::Mechanize

    Update:

    notest install WWW::Mechanize

    I don't think Mech has any problems (not totally sure about running it on Win) which should trouble you once installed. It looks like, just guessing, the real problem is in the t/lib package TestServer which uses HTTP::Server::Simple::CGI. You might try installing/updating HTTP::Server::Simple::CGI first and see if that helps.