EvanCarroll has asked for the wisdom of the Perl Monks concerning the following question:
# 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 ser +vers. # 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: [[:MY API KEY:]] t/000-key.........ok t/001-search......ok 1/5Use of uninitialized value in concatenation (. +) or string at /root/.cpan/build/Net-Google-1.0/blib/lib/Net/Google/S +ervice.pm line 80. Service description 'file:' can't be loaded: 404 File `' does not exis +t # Looks like you planned 5 tests but only ran 3. # Looks like your test died just after 3. t/001-search......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-5 Failed 2/5 tests, 60.00% okay t/002-spelling....ok 1/5Use of uninitialized value in concatenation (. +) or string at /root/.cpan/build/Net-Google-1.0/blib/lib/Net/Google/S +ervice.pm line 80. Service description 'file:' can't be loaded: 404 File `' does not exis +t # Looks like you planned 5 tests but only ran 3. # Looks like your test died just after 3. t/002-spelling....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-5 Failed 2/5 tests, 60.00% okay t/003-cache.......ok 1/5Use of uninitialized value in concatenation (. +) or string at /root/.cpan/build/Net-Google-1.0/blib/lib/Net/Google/S +ervice.pm line 80. Service description 'file:' can't be loaded: 404 File `' does not exis +t # Looks like you planned 5 tests but only ran 3. # Looks like your test died just after 3. t/003-cache.......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-5 Failed 2/5 tests, 60.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/001-search.t 255 65280 5 4 80.00% 4-5 t/002-spelling.t 255 65280 5 4 80.00% 4-5 t/003-cache.t 255 65280 5 4 80.00% 4-5 Failed 3/4 test scripts, 25.00% okay. 6/18 subtests failed, 66.67% oka +y. make: *** [test] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force root:/home/evan/mail/DBD-Google-0.11#
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Google install problem
by BUU (Prior) on Dec 19, 2005 at 19:37 UTC | |
by EvanCarroll (Chaplain) on Dec 19, 2005 at 19:45 UTC | |
by Fletch (Bishop) on Dec 19, 2005 at 20:10 UTC | |
by tirwhan (Abbot) on Dec 19, 2005 at 19:49 UTC | |
by BUU (Prior) on Dec 19, 2005 at 20:03 UTC | |
|
Re: Net::Google install problem
by Qiang (Friar) on Feb 23, 2006 at 20:37 UTC |