Warning: prerequisite Net::Google 0.6 not found. Checking if your kit is complete... Looks good Using DBI 1.601 (for perl 5.010000 on MSWin32-x86-multi-thread) installed in C:/cpanrun/build/5-10-0/lib/auto/DBI/ Writing Makefile for DBD::Google Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/DBD/Google/dr.pm blib\lib\DBD\Google\dr.pm cp lib/DBD/Google/parser.pm blib\lib\DBD\Google\parser.pm cp lib/DBD/Google.pm blib\lib\DBD\Google.pm cp lib/DBD/Google/st.pm blib\lib\DBD\Google\st.pm cp lib/DBD/Google/db.pm blib\lib\DBD\Google\db.pm cp lib/DBD/Google/GetInfo.pm blib\lib\DBD\Google\GetInfo.pm cp lib/SQL/Dialects/Google.pm blib\lib\SQL\Dialects\Google.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/connect......1..7 install_driver(Google) failed: Can't locate Net/Google.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google/dr.pm line 16. BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google/dr.pm line 16. Compilation failed in require at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google.pm line 12. BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google.pm line 12. Compilation failed in require at (eval 8) line 3. Perhaps a module that DBD::Google requires hasn't been fully installed at t/connect.t line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/load.........1..5 not ok 1 - use DBD::Google; # Failed test 'use DBD::Google;' # at t/load.t line 9. # Tried to use 'DBD::Google'. # Error: Can't locate Net/Google.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google/dr.pm line 16. # BEGIN failed--compilation aborted at t/load.t line 9. # Compilation failed in require at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google.pm line 12. # BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google.pm line 12. # Compilation failed in require at (eval 6) line 2. # BEGIN failed--compilation aborted at (eval 6) line 2. ok 2 - use DBD::Google::db; # Failed test 'use DBD::Google::dr;' # at t/load.t line 11. not ok 3 - use DBD::Google::dr; # Tried to use 'DBD::Google::dr'. # Error: Attempt to reload DBD/Google/dr.pm aborted. # Compilation failed in require at (eval 13) line 2. # BEGIN failed--compilation aborted at t/load.t line 11. # Looks like you failed 2 tests of 5. ok 4 - use DBD::Google::parser; ok 5 - use DBD::Google::st; dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1, 3 Failed 2/5 tests, 60.00% okay t/parser.......1..57 ok 1 - Parsed statement ok 2 - $parsed->columns is an array ok 3 - $parsed->where is not defined ok 4 - Correct number of columns ok 5 - Parsed statement ok 6 - Correct number of columns ok 7 - $parsed->limit->limit => 10 ok 8 - $parsed->limit->offset => 0 ok 9 - Parsed statement ok 10 - $parsed->columns => array ok 11 - scalar @$parsed->columns == 1 ok 12 - $parsed->columns(0)->field == 'title' ok 13 - $parsed->columns(0)->alias == 'title' ok 14 - $parsed->columns(0)->function OK ok 15 - Multi-line SQL statement parses correctly ok 16 - $parsed->limit->offset => 40 ok 17 - $parsed->limit->limit => 80 ok 18 - Parsed statement ok 19 - Correct number of columns ok 20 - No alias correctly defined ok 21 - WHERE q = 'foo' ok 22 - Parsed statement ok 23 - $parsed->limit->offset => undef ok 24 - $parsed->limit->limit => 5 ok 25 - Parsed statement ok 26 - Correct number of columns ok 27 - directory_title => directoryTitle ok 28 - Parsed statement ok 29 - CODE(0x1b8699c) => CODE ref ok 30 - html_strip(hello) -> hello ok 31 - Parsed statement ok 32 - CODE(0x1e19bac) => CODE ref ok 33 - uc(hello) -> HELLO ok 34 - Parsed statement ok 35 - CODE(0x1e19bbc) => CODE ref ok 36 - oct(2435) -> 1309 ok 37 - Parsed statement ok 38 - CODE(0x1e08efc) => CODE ref ok 39 - length(Hello, world) -> 12 ok 40 - Parsed statement ok 41 - CODE(0x1e08fcc) => CODE ref ok 42 - quotemeta(\n) -> \\n ok 43 - Parsed statement ok 44 - CODE(0x1e12adc) => CODE ref ok 45 - quotemeta([) -> \[ ok 46 - Parsed statement ok 47 - CODE(0x1e19e7c) => CODE ref ok 48 - quotemeta(\0) -> \\0 ok 49 - Parsed statement ok 50 - CODE(0x1e1289c) => CODE ref ok 51 - The object isa Net::hostent ok 52 - Parsed statement ok 53 - CODE(0x1e08fbc) => CODE ref ok 54 - Digest::MD5::md5_hex(google) -> c822c1b63853ed273b89687ac505f9fa ok 55 - Parsed statement ok 56 - CODE(0x1e591a4) => CODE ref ok 57 - The object isa URI::http ok t/pod..........1..7 ok 1 - POD test for blib\lib/DBD/Google.pm ok 2 - POD test for blib\lib/DBD/Google/db.pm ok 3 - POD test for blib\lib/DBD/Google/dr.pm ok 4 - POD test for blib\lib/DBD/Google/GetInfo.pm ok 5 - POD test for blib\lib/DBD/Google/parser.pm ok 6 - POD test for blib\lib/DBD/Google/st.pm ok 7 - POD test for blib\lib/SQL/Dialects/Google.pm ok t/regexes......1..9 ok 1 - Foo::Bar =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'Foo::Bar' ok 2 - Foo->Bar =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'Foo->Bar' ok 3 - Foo::Bar::quux =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'Foo::Bar::quux' ok 4 - Foo::Bar->quux =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'Foo::Bar->quux' ok 5 - URI->new(URL) =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'URI->new' ok 6 - URI::new(URL) =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'URI::new' ok 7 - crap =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'crap' ok 8 - html_escape(title) =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'html_escape' ok 9 - HTML::Entities->encode_entities(title) =~ (?-xism:[a-zA-Z][a-zA-Z0-9_]*(?:::[a-zA-Z][a-zA-Z0-9_]*)*(?:[-]>[a-zA-Z][a-zA-Z0-9_]*)?) => 'HTML::Entities->encode_entities' ok t/signature....1..1 ok 1 # skip Next time around, consider install Module::Signature, so you can verify the integrity of this distribution. ok 1/1 skipped: various reasons t/sth..........1..2 install_driver(Google) failed: Can't locate Net/Google.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google/dr.pm line 16. BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google/dr.pm line 16. Compilation failed in require at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google.pm line 12. BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBD-Google\blib\lib/DBD/Google.pm line 12. Compilation failed in require at (eval 6) line 3. Perhaps a module that DBD::Google requires hasn't been fully installed at t/sth.t line 14 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/connect.t 255 65280 7 14 1-7 t/load.t 2 512 5 2 1 3 t/sth.t 255 65280 2 4 1-2 1 subtest skipped. Failed 3/7 test scripts. 11/88 subtests failed. Files=7, Tests=88, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 3/7 test programs. 11/88 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.