# running Build.PL /Users/cpanrun/pristine/5.8.7/bin/perl Build.PL Creating custom builder _build/lib/MyModuleBuilder.pm in _build/lib Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Net-Google' version '1.0.1' /Users/cpanrun/pristine/5.8.7/bin/perl Build --makefile_env_macros 1 lib/Net/Google/Search.pm -> blib/lib/Net/Google/Search.pm lib/Net/Google.pm -> blib/lib/Net/Google.pm lib/Net/Google/tool.pm -> blib/lib/Net/Google/tool.pm lib/Net/Google/Spelling.pm -> blib/lib/Net/Google/Spelling.pm lib/Net/Google/Cache.pm -> blib/lib/Net/Google/Cache.pm lib/Net/Google/Service.pm -> blib/lib/Net/Google/Service.pm lib/Net/Google/Response.pm -> blib/lib/Net/Google/Response.pm 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/Search.pm -> blib/libdoc/Net::Google::Search.3 Manifying blib/lib/Net/Google/Response.pm -> blib/libdoc/Net::Google::Response.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/Spelling.pm -> blib/libdoc/Net::Google::Spelling.3 Manifying blib/lib/Net/Google/Service.pm -> blib/libdoc/Net::Google::Service.3 HTMLifying blib/lib/Net/Google/tool.pm -> blib/libhtml/site/lib/Net/Google/tool.html HTMLifying blib/lib/Net/Google/Search.pm -> blib/libhtml/site/lib/Net/Google/Search.html HTMLifying blib/lib/Net/Google/Response.pm -> blib/libhtml/site/lib/Net/Google/Response.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/Spelling.pm -> blib/libhtml/site/lib/Net/Google/Spelling.html HTMLifying blib/lib/Net/Google/Service.pm -> blib/libhtml/site/lib/Net/Google/Service.html /Users/cpanrun/pristine/5.8.7/bin/perl Build --makefile_env_macros 1 test t/000-key.........# # 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) Use of uninitialized value in print at t/000-key.t line 27. # Failed test (t/000-key.t at line 31) # 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. # Failed test (t/001-search.t at line 31) You must define a key at /Users/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 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. # Failed test (t/002-spelling.t at line 32) You must define a key at /Users/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 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. # Failed test (t/003-cache.t at line 32) You must define a key at /Users/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) # 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 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 Failed 4/4 test scripts, 0.00% okay. 11/18 subtests failed, 38.89% okay. make: *** [test] Error 255