cpan> install WWW::Mechanize::Chrome ... CORION/WWW-Mechanize-Chrome-0.27.tar.gz C:\ulisse\perl5.24-64b\c\bin\dmake.exe install UNINST=1 -- OK #### cpan> look WWW::Mechanize::Chrome cmd> prove -l -v ... t\51-mech-links.t ................ 1..7 # Testing with C:/Program Files (x86)/Google/Chrome/Application/chrome.exe # Using Chrome version 'HeadlessChrome/71.0.3578.98' ok 1 - An object of class 'WWW::Mechanize::Chrome' isa 'WWW::Mechanize::Chrome' ok 2 - All 5 links were found ok 3 - The two links were found ok 4 - BASE tags get respected ok 5 - BASE tags get respected for iframes ok 6 - FRAME tag ok 7 - IFRAME tag Couldn't kill pid '6776' at C:/ulisse/perl5.24-64b/perl/site/lib/Test/HTTP/LocalServer.pm line 237. ok ... All tests successful. Files=42, Tests=358, 263 wallclock secs ( 0.22 usr + 0.08 sys = 0.30 CPU) Result: PASS #### ... Test Summary Report ------------------- t/00-load.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=42, Tests=359, 257 wallclock secs ( 0.22 usr + 0.03 sys = 0.25 CPU) Result: FAIL Failed 1/42 test programs. 1/359 subtests failed. gmake: *** [Makefile:949: test_dynamic] Error 255 CORION/WWW-Mechanize-Chrome-0.27.tar.gz C:\ulisse\perl5.28-64bit\c\bin\gmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CORION/WWW-Mechanize-Chrome-0.27.tar.gz Stopping: 'install' failed for 'WWW::Mechanize::Chrome'. Failed during this command: CORION/WWW-Mechanize-Chrome-0.27.tar.gz : make_test NO #failed 00-load.t???? cpan> look WWW::Mechanize::Chrome Running look for module 'WWW::Mechanize::Chrome' Trying to open a subshell in the build directory... Working directory is C:\ulisse\perl5.28-64bit\cpan\build\WWW-Mechanize-Chrome-0.27-0 Microsoft Windows [Versione 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati. cmd> prove -l -v ./t/00-load.t ./t/00-load.t .. 1..1 # Failed test 'require WWW::Mechanize::Chrome;' # at ./t/00-load.t line 12. not ok 1 - require WWW::Mechanize::Chrome; # Tried to require 'WWW::Mechanize::Chrome'. # Error: Insecure dependency in eval while running with -T switch at C:/ulisse/perl5.28-64bit/perl/vendor/lib/JSON. pm line 266. #### cmd> perl -T -I ./lib ./t/00-load.t 1..1 not ok 1 - require WWW::Mechanize::Chrome; # Failed test 'require WWW::Mechanize::Chrome;' # at ./t/00-load.t line 12. # Tried to require 'WWW::Mechanize::Chrome'. # Error: Insecure dependency in eval while running with -T switch at C:/ulisse/perl5.28-64bit/perl/vendor/lib/JSON. pm line 266. # Compilation failed in require at lib/Chrome/DevToolsProtocol.pm line 12. # BEGIN failed--compilation aborted at lib/Chrome/DevToolsProtocol.pm line 12. # Compilation failed in require at lib/WWW/Mechanize/Chrome.pm line 15. # BEGIN failed--compilation aborted at lib/WWW/Mechanize/Chrome.pm line 15. # Compilation failed in require at (eval 16) line 2. Use of uninitialized value in sprintf at ./t/00-load.t line 15. # Testing WWW::Mechanize::Chrome , Perl 5.028001 #### cmd> perl -T -I ./lib -MWWW::Mechanize::Chrome ./t/00-load.t Insecure dependency in eval while running with -T switch at C:/ulisse/perl5.28-64bit/perl/vendor/lib/JSON.pm line 266. Compilation failed in require at lib/Chrome/DevToolsProtocol.pm line 12. BEGIN failed--compilation aborted at lib/Chrome/DevToolsProtocol.pm line 12. Compilation failed in require at lib/WWW/Mechanize/Chrome.pm line 15. BEGIN failed--compilation aborted at lib/WWW/Mechanize/Chrome.pm line 15. Compilation failed in require. BEGIN failed--compilation aborted. #### C:\ulisse\perl5.28-64bit\cpan\build\WWW-Mechanize-Chrome-0.27-0> gmake test ... All tests successful. Files=42, Tests=358, 257 wallclock secs ( 0.12 usr + 0.05 sys = 0.17 CPU) Result: PASS