# running Build.PL /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl Build.PL Creating custom builder _build/lib/MyModuleBuilder.pm in _build/lib - ERROR: LWP::Protocol (1.41) is installed, but we need version >= 1.42 ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'Net-Google' version '1.0.1' /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl Build --makefile_env_macros 1 Copying lib/Net/Google/Search.pm -> blib/lib/Net/Google/Search.pm Copying lib/Net/Google.pm -> blib/lib/Net/Google.pm Copying lib/Net/Google/tool.pm -> blib/lib/Net/Google/tool.pm Copying lib/Net/Google/Spelling.pm -> blib/lib/Net/Google/Spelling.pm Copying lib/Net/Google/Cache.pm -> blib/lib/Net/Google/Cache.pm Copying lib/Net/Google/Service.pm -> blib/lib/Net/Google/Service.pm Copying lib/Net/Google/Response.pm -> blib/lib/Net/Google/Response.pm Copying lib/Net/Google/Services/GoogleSearch.wsdl -> blib/lib/Net/Google/Services/GoogleSearch.wsdl Manifying blib/lib/Net/Google/tool.pm -> blib/libdoc/Net::Google::tool.3 Manifying blib/lib/Net/Google/Response.pm -> blib/libdoc/Net::Google::Response.3 Manifying blib/lib/Net/Google/Search.pm -> blib/libdoc/Net::Google::Search.3 Manifying blib/lib/Net/Google/Cache.pm -> blib/libdoc/Net::Google::Cache.3 Manifying blib/lib/Net/Google.pm -> blib/libdoc/Net::Google.3 Manifying blib/lib/Net/Google/Service.pm -> blib/libdoc/Net::Google::Service.3 Manifying blib/lib/Net/Google/Spelling.pm -> blib/libdoc/Net::Google::Spelling.3 HTMLifying blib/lib/Net/Google/tool.pm -> blib/libhtml/site/lib/Net/Google/tool.html HTMLifying blib/lib/Net/Google/Response.pm -> blib/libhtml/site/lib/Net/Google/Response.html HTMLifying blib/lib/Net/Google/Search.pm -> blib/libhtml/site/lib/Net/Google/Search.html HTMLifying blib/lib/Net/Google/Cache.pm -> blib/libhtml/site/lib/Net/Google/Cache.html HTMLifying blib/lib/Net/Google.pm -> blib/libhtml/site/lib/Net/Google.html HTMLifying blib/lib/Net/Google/Service.pm -> blib/libhtml/site/lib/Net/Google/Service.html HTMLifying blib/lib/Net/Google/Spelling.pm -> blib/libhtml/site/lib/Net/Google/Spelling.html /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl Build --makefile_env_macros 1 test t/000-key.........1..3 # # The Google API web service requires that you provide create a Google Account and obtain a license key # This key is then passed with each request you make to the Google servers. # If you do not already have a Google Account, you can sign up for one here: # http://www.google.com/apis/ # # Please enter your Google API key: Use of uninitialized value in scalar chomp at t/000-key.t line 18. # Failed test (t/000-key.t at line 20) not ok 1 - Got Google API key Use of uninitialized value in print at t/000-key.t line 27. ok 2 - Opened tmp file for writing # Failed test (t/000-key.t at line 31) not ok 3 - Wrote key to tmp filed # Looks like you failed 2 tests of 3. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1, 3 Failed 2/3 tests, 33.33% okay t/001-search......Use of uninitialized value in scalar chomp at t/001-search.t line 17. 1..5 # Failed test (t/001-search.t at line 31) not ok 1 - Read Google API key ok 2 - use Net::Google; ok 3 - The object isa Net::Google You must define a key at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-Google/blib/lib/Net/Google.pm line 287 # Failed test (t/001-search.t at line 39) # The object isn't defined not ok 4 - The object isa Net::Google::Search Can't call method "query" on an undefined value at t/001-search.t line 41. # Looks like you planned 5 tests but only ran 4. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 4-5 Failed 3/5 tests, 40.00% okay t/002-spelling....Use of uninitialized value in scalar chomp at t/002-spelling.t line 17. 1..5 # Failed test (t/002-spelling.t at line 32) not ok 1 - Read Google API key ok 2 - use Net::Google; ok 3 - The object isa Net::Google You must define a key at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-Google/blib/lib/Net/Google.pm line 355 # Failed test (t/002-spelling.t at line 39) # The object isn't defined not ok 4 - The object isa Net::Google::Spelling Can't call method "phrase" on an undefined value at t/002-spelling.t line 41. # Looks like you planned 5 tests but only ran 4. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 4-5 Failed 3/5 tests, 40.00% okay t/003-cache.......Use of uninitialized value in scalar chomp at t/003-cache.t line 17. 1..5 # Failed test (t/003-cache.t at line 32) not ok 1 - Got Google API key ok 2 - use Net::Google; ok 3 - The object isa Net::Google You must define a key at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-Google/blib/lib/Net/Google.pm line 431 # Failed test (t/003-cache.t at line 39) not ok 4 - The object isa Net::Google::Cache # The object isn't defined Can't call method "url" on an undefined value at t/003-cache.t line 41. # Looks like you planned 5 tests but only ran 4. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 4-5 Failed 3/5 tests, 40.00% okay Failed 4/4 test scripts, 0.00% okay. 11/18 subtests failed, 38.89% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/000-key.t 2 512 3 2 66.67% 1 3 t/001-search.t 255 65280 5 4 80.00% 1 4-5 t/002-spelling.t 255 65280 5 4 80.00% 1 4-5 t/003-cache.t 255 65280 5 4 80.00% 1 4-5 make: *** [test] Error 2