Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2012 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3879013 to your computer and use it in GitHub Desktop.
Save anonymous/3879013 to your computer and use it in GitHub Desktop.
cpanm REST::Google::Search output
cpanm (App::cpanminus) 1.5007 on perl 5.014002 built for x86_64-linux-gnu-thread-multi
Work directory is /home/valyo/.cpanm/work/1350045193.62081
You have make /usr/bin/make
You have LWP 6.03
You have /bin/tar: tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching REST::Google::Search on cpanmetadb ...
--> Working on REST::Google::Search
Fetching http://search.cpan.org/CPAN/authors/id/E/EJ/EJS/REST-Google-1.0.8.tar.gz
-> OK
Unpacking REST-Google-1.0.8.tar.gz
Entering REST-Google-1.0.8
Checking configure dependencies from META.yml
Configuring REST-Google-1.0.8
Running Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'REST-Google' version 'v1.0.8'
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.47 ... Yes (0.98)
Checking if you have URI 1.35 ... Yes (1.59)
Checking if you have LWP::UserAgent 2.033 ... Yes (6.03)
Checking if you have version 0.50 ... Yes (0.88)
Checking if you have Class::Data::Inheritable 0.06 ... Yes (0.08)
Checking if you have Class::Accessor 0.31 ... Yes (0.34)
Checking if you have JSON::Any 1.16 ... Yes (1.29)
Building and testing REST-Google-1.0.8
Building REST-Google
t/01_basic.t .......... ok
t/02_load_children.t .. ok
t/03_search.t ......... ok
t/04_feeds.t .......... ok
# Failed test 'response ok'
# at t/05_translate.t line 23.
# got: '403'
# expected: '200'
Can't bless non-reference value at /home/valyo/.cpanm/work/1350045193.62081/REST-Google-1.0.8/blib/lib/REST/Google/Translate.pm line 19.
# Looks like you planned 4 tests but ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test exited with 255 just after 2.
t/05_translate.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/4 subtests
t/99_pod.t ............ skipped: Test::Pod 1.00 required for testing POD
Test Summary Report
-------------------
t/05_translate.t (Wstat: 65280 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 2.
Files=6, Tests=45, 2 wallclock secs ( 0.04 usr 0.00 sys + 0.56 cusr 0.05 csys = 0.65 CPU)
Result: FAIL
Failed 1/6 test programs. 1/45 subtests failed.
-> FAIL Installing REST::Google::Search failed. See /home/valyo/.cpanm/build.log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment