> cpanm WWW::Mechanize::PhantomJS
--> Working on WWW::Mechanize::PhantomJS
Fetching http://www.cpan.org/authors/id/C/CO/CORION/WWW-Mechanize-PhantomJS-0.03.tar.gz ... OK
Configuring WWW-Mechanize-PhantomJS-0.03 ... OK
==> Found dependencies: Selenium::Remote::Driver
--> Working on Selenium::Remote::Driver
Fetching http://www.cpan.org/authors/id/G/GE/GEMPESAW/Selenium-Remote-Driver-0.2002.tar.gz ... OK
Configuring Selenium-Remote-Driver-0.2002 ... OK
==> Found dependencies: LWP::Protocol::PSGI
--> Working on LWP::Protocol::PSGI
Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/LWP-Protocol-PSGI-0.07.tar.gz ... OK
Configuring LWP-Protocol-PSGI-0.07 ... OK
==> Found dependencies: HTTP::Message::PSGI
--> Working on HTTP::Message::PSGI
Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Plack-1.0030.tar.gz ... OK
Configuring Plack-1.0030 ... OK
==> Found dependencies: Test::TCP
--> Working on Test::TCP
Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-2.06.tar.gz ... OK
Configuring Test-TCP-2.06 ... OK
Building and testing Test-TCP-2.06 ... FAIL
! Timed out (> 1800s). Use --verbose to retry.
! Installing Test::TCP failed. See /home/user1/.cpanm/work/1404664893.6244/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Test::TCP' is not installed
! Bailing out the installation for Plack-1.0030.
! Installing the dependencies failed: Module 'HTTP::Message::PSGI' is not installed
! Bailing out the installation for LWP-Protocol-PSGI-0.07.
! Installing the dependencies failed: Module 'LWP::Protocol::PSGI' is not installed
! Bailing out the installation for Selenium-Remote-Driver-0.2002.
! Installing the dependencies failed: Module 'Selenium::Remote::Driver' is not installed
! Bailing out the installation for WWW-Mechanize-PhantomJS-0.03.
####
Configuring WWW-Mechanize-PhantomJS-0.03
Running Makefile.PL
(Re)Creating lib/WWW/Mechanize/PhantomJS/Examples.pm
Can't locate Selenium/Remote/Driver.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.14/i686-cygwin-threads-64int /usr/lib/perl5/site_perl/5.14 /usr/lib/perl5/vendor_perl/5.14/i686-cygwin-threads-64int /usr/lib/perl5/vendor_perl/5.14 /usr/lib/perl5/5.14/i686-cygwin-threads-64int /usr/lib/perl5/5.14 /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5.8 . lib) at ./examples/../lib/WWW/Mechanize/PhantomJS.pm line 3.
BEGIN failed--compilation aborted at ./examples/../lib/WWW/Mechanize/PhantomJS.pm line 3.
Compilation failed in require at examples/gen_examples_pod.pl line 32.
Warning: prerequisite Selenium::Remote::Driver 0.18 not found.
Checking if your kit is complete...
Looks good
##
##
Building and testing Test-TCP-2.06
cp lib/Test/TCP/CheckPort.pm blib/lib/Test/TCP/CheckPort.pm
cp lib/Net/EmptyPort.pm blib/lib/Net/EmptyPort.pm
cp lib/Test/TCP.pm blib/lib/Test/TCP.pm
Manifying blib/man3/Net.EmptyPort.3pm
Manifying blib/man3/Test.TCP.3pm
Manifying blib/man3/Test.TCP.CheckPort.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Test::More: 0.98
t/00_compile.t ................. ok
-> FAIL Timed out (> 1800s). Use --verbose to retry.
Makefile:854: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Terminated
-> FAIL Installing Test::TCP failed.