Jonas Brømsø Nielsen wrote: > Hi Shawn, > > Did you use the CPAN shell? > > Could you please include some diagnostics
$ sudo cpan ... (blah blah blah) cpan> install WWW::Mechanize ... (blah blah blah) t/cookies.t .............. Can't locate HTTP/Server/Simple/CGI.pm in @INC (@INC contains: t/ /home/shawn/.cpan/build/WWW-Mechanize-1.60-0tJ38m/blib/lib /home/shawn/.cpan/build/WWW-Mechanize-1.60-0tJ38m/blib/arch /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at t//TestServer.pm line 7. BEGIN failed--compilation aborted at t//TestServer.pm line 7. Compilation failed in require at t/cookies.t line 22. BEGIN failed--compilation aborted at t/cookies.t line 22. t/cookies.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run ... (blah blah blah) cpan> q ... (blah blah blah) $ cpan -v /usr/bin/cpan script version 1.9, CPAN.pm version 1.9205 $ uname -a Linux mungo 2.6.28-6-powerpc #20-Ubuntu Fri Apr 17 08:30:40 UTC 2009 ppc GNU/Linux $ perl -v This is perl, v5.10.0 built for powerpc-linux-gnu-thread-multi Copyright 1987-2007, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. I did install HTTP::Server::Simple and then it worked. -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. I like Perl; it's the only language where you can bless your thingy.
