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 darwin-thread-multi-2level) installed in /Users/cpanrun/build/5.10.0/lib/auto/DBI/ Writing Makefile for DBD::Google 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 Manifying blib/man3/DBD::Google.3 Manifying blib/man3/SQL::Dialects::Google.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-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: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/dr.pm line 16. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/dr.pm line 16. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google.pm line 12. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google.pm line 12. Compilation failed in require at (eval 7) 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 # 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: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at /Users/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 /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google.pm line 12. # BEGIN failed--compilation aborted at /Users/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. not ok 1 - use DBD::Google; # Failed test 'use DBD::Google::db;' # at t/load.t line 10. not ok 2 - use DBD::Google::db; # Tried to use 'DBD::Google::db'. # Error: Base class package "SQL::Parser" is empty. # (Perhaps you need to 'use' the module which defines that package first, # or make that module available in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .). # at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/parser.pm line 17 # BEGIN failed--compilation aborted at t/load.t line 10. # Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/db.pm line 14. # BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/db.pm line 14. # Compilation failed in require at (eval 8) line 2. # BEGIN failed--compilation aborted at (eval 8) line 2. # Failed test 'use DBD::Google::dr;' not ok 3 - use DBD::Google::dr; # at t/load.t line 11. # Tried to use 'DBD::Google::dr'. # Error: Attempt to reload DBD/Google/dr.pm aborted. # Compilation failed in require at (eval 11) line 2. # BEGIN failed--compilation aborted at t/load.t line 11. # Failed test 'use DBD::Google::parser;' # at t/load.t line 12. not ok 4 - use DBD::Google::parser; # Tried to use 'DBD::Google::parser'. # Error: Attempt to reload DBD/Google/parser.pm aborted. # Compilation failed in require at (eval 12) line 2. # BEGIN failed--compilation aborted at t/load.t line 12. ok 5 - use DBD::Google::st; # Looks like you failed 4 tests of 5. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1-4 Failed 4/5 tests, 20.00% okay t/parser.......Base class package "SQL::Parser" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .). at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/parser.pm line 17 BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/parser.pm line 17. Compilation failed in require at t/parser.t line 11. BEGIN failed--compilation aborted at t/parser.t line 11. dubious Test returned status 9 (wstat 2304, 0x900) t/pod..........1..0 # Skip Test::Pod v0.95 required for testing POD skipped all skipped: Test::Pod v0.95 required for testing POD t/regexes......Base class package "SQL::Parser" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .). at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/parser.pm line 17 BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/parser.pm line 17. Compilation failed in require at t/regexes.t line 6. BEGIN failed--compilation aborted at t/regexes.t line 6. dubious Test returned status 9 (wstat 2304, 0x900) 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: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/dr.pm line 16. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google/dr.pm line 16. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBD-Google/blib/lib/DBD/Google.pm line 12. BEGIN failed--compilation aborted at /Users/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 4 1024 5 4 1-4 t/parser.t 9 2304 ?? ?? ?? t/regexes.t 9 2304 ?? ?? ?? t/sth.t 255 65280 2 4 1-2 1 test and 1 subtest skipped. Failed 5/7 test scripts. 13/15 subtests failed. Files=7, Tests=15, 0 wallclock secs ( 0.55 cusr + 0.17 csys = 0.72 CPU) Failed 5/7 test programs. 13/15 subtests failed. make: *** [test_dynamic] Error 255