This module is very essential to my task and I'm having alot of problems installing it, anyone have an idea of where of start or what to do. I deleted SOAP::Lite, installed it again, no problem, installed perfectly. Yet Net::Google still bugs out, can anyone confirm this on a new install of Net::Google? This is my log:
# 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#
And this is line 80:   my $soap = SOAP::Lite->service("file:".__PACKAGE__->_service($service));


SOLUTION: Use apt-get


Evan Carroll
www.EvanCarroll.com

In reply to Net::Google install problem by EvanCarroll

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.