Warning: prerequisite Class::DBI 3.000011 not found. Checking if your kit is complete... Looks good Writing Makefile for JSAN::Client cp lib/JSAN/Index/CDBI.pm blib/lib/JSAN/Index/CDBI.pm cp lib/JSAN/Index/Extractable.pm blib/lib/JSAN/Index/Extractable.pm cp lib/JSAN/Transport.pm blib/lib/JSAN/Transport.pm cp lib/JSAN/Index/Library.pm blib/lib/JSAN/Index/Library.pm cp lib/JSAN/Index/Release.pm blib/lib/JSAN/Index/Release.pm cp lib/JSAN/Client.pm blib/lib/JSAN/Client.pm cp lib/JSAN/Index/Author.pm blib/lib/JSAN/Index/Author.pm cp lib/JSAN/Index/Distribution.pm blib/lib/JSAN/Index/Distribution.pm cp lib/JSAN/URI.pm blib/lib/JSAN/URI.pm cp lib/JSAN/Index.pm blib/lib/JSAN/Index.pm Manifying blib/man3/JSAN::Index::Library.3 Manifying blib/man3/JSAN::Transport.3 Manifying blib/man3/JSAN::Index::Release.3 Manifying blib/man3/JSAN::Client.3 Manifying blib/man3/JSAN::Index::Author.3 Manifying blib/man3/JSAN::Index::Distribution.3 Manifying blib/man3/JSAN::URI.3 Manifying blib/man3/JSAN::Index.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01_compile..........1..15 ok 1 - Your perl is new enough ok 2 - require JSAN::Transport; ok 3 - require JSAN::URI; # Failed test 'require JSAN::Index;' # at t/01_compile.t line 19. not ok 4 - require JSAN::Index; # Tried to require 'JSAN::Index'. # Error: Base class package "Class::DBI" 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/JSAN-Client/inc /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /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/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10 # BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10. # Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73. # BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73. # Compilation failed in require at (eval 14) line 2. # Failed test 'require JSAN::Client;' # at t/01_compile.t line 20. # Tried to require 'JSAN::Client'. # Error: Attempt to reload JSAN/Index.pm aborted. # Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Client.pm line 41, line 1. # BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Client.pm line 41, line 1. # Compilation failed in require at (eval 16) line 2, line 1. not ok 5 - require JSAN::Client; # Failed test 'JSAN::Client loaded ok' not ok 6 - JSAN::Client loaded ok # at t/01_compile.t line 23. ok 7 - JSAN::Transport loaded ok ok 8 - JSAN::URI loaded ok ok 9 - JSAN::Index loaded ok # Failed test 'JSAN::Index::CDBI loaded ok' not ok 10 - JSAN::Index::CDBI loaded ok # at t/01_compile.t line 27. # Failed test 'JSAN::Index::Extractable loaded ok' # at t/01_compile.t line 28. not ok 11 - JSAN::Index::Extractable loaded ok # Failed test 'JSAN::Index::Author loaded ok' # at t/01_compile.t line 29. not ok 12 - JSAN::Index::Author loaded ok # Failed test 'JSAN::Index::Release loaded ok' not ok 13 - JSAN::Index::Release loaded ok # at t/01_compile.t line 30. # Failed test 'JSAN::Index::Distribution loaded ok' not ok 14 - JSAN::Index::Distribution loaded ok # at t/01_compile.t line 31. # Failed test 'JSAN::Index::Release loaded ok' not ok 15 - JSAN::Index::Release loaded ok # at t/01_compile.t line 32. # Looks like you failed 9 tests of 15. dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED tests 4-6, 10-15 Failed 9/15 tests, 40.00% okay t/02_transport........1..22 ok 1 - ->init returns true ok 2 - The object isa JSAN::Transport ok 3 - The object isa JSAN::Transport ok 4 - The object isa URI::ToDisk ok 5 - ->mirror_remote returns true ok 6 - ->mirror_local returns true ok 7 - ->verbose is false by default ok 8 - The object isa URI::ToDisk ok 9 - ->file_location actually appends filename ok 10 - The object isa URI::ToDisk ok 11 - ->file_get returns URI::ToDisk as expected ok 12 - ->file_get actually gets the file to the expected location # Failed test '->file_get(nosuchfile) returns ''' # at t/02_transport.t line 48. # got: 'http://openjsan.org/nosuchfile' # expected: '' not ok 13 - ->file_get(nosuchfile) returns '' ok 14 - The object isa URI::ToDisk ok 15 - ->file_mirror returns URI::ToDisk as expected ok 16 - ->file_mirror actually gets the file to the expected location # Failed test '->file_mirror(nosuchfile) returns ''' # at t/02_transport.t line 55. # got: 'http://openjsan.org/nosuchfile' # expected: '' not ok 17 - ->file_mirror(nosuchfile) returns '' ok 18 - ->index_file returns true ok 19 - ->index_file exists ok 20 - ->index_dsn returns true Can't locate Class/DBI.pm in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/inc /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /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/JSAN-Client/blib/lib/JSAN/Transport.pm line 366, line 1. # Looks like you planned 22 tests but only ran 20. # Looks like you failed 2 tests of 20 run. # Looks like your test died just after 20. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13, 17, 21-22 Failed 4/22 tests, 81.82% okay t/03_transport_use....1..21 ok 1 - The object isa JSAN::Transport ok 2 - The object isa JSAN::Transport ok 3 - The object isa URI::ToDisk ok 4 - ->mirror_remote returns true ok 5 - ->mirror_local returns true ok 6 - ->verbose is false by default ok 7 - The object isa URI::ToDisk ok 8 - ->file_location actually appends filename ok 9 - The object isa URI::ToDisk ok 10 - ->file_get returns URI::ToDisk as expected ok 11 - ->file_get actually gets the file to the expected location # Failed test '->file_get(nosuchfile) returns ''' # at t/03_transport_use.t line 48. # got: 'http://openjsan.org/nosuchfile' # expected: '' not ok 12 - ->file_get(nosuchfile) returns '' ok 13 - The object isa URI::ToDisk ok 14 - ->file_mirror returns URI::ToDisk as expected ok 15 - ->file_mirror actually gets the file to the expected location # Failed test '->file_mirror(nosuchfile) returns ''' # at t/03_transport_use.t line 55. # got: 'http://openjsan.org/nosuchfile' # expected: '' not ok 16 - ->file_mirror(nosuchfile) returns '' ok 17 - ->index_file returns true ok 18 - ->index_file exists ok 19 - ->index_dsn returns true Can't locate Class/DBI.pm in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/inc /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /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/JSAN-Client/blib/lib/JSAN/Transport.pm line 366, line 1. # Looks like you planned 21 tests but only ran 19. # Looks like you failed 2 tests of 19 run. # Looks like your test died just after 19. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 12, 16, 20-21 Failed 4/21 tests, 80.95% okay t/04_index............Base class package "Class::DBI" 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/JSAN-Client/inc /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /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/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10 BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10, line 1. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. Compilation failed in require at t/04_index.t line 16, line 1. BEGIN failed--compilation aborted at t/04_index.t line 16, line 1. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/05_extract..........1..5 Base class package "Class::DBI" 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/JSAN-Client/inc /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /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/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10 BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10, line 1. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. Compilation failed in require at t/05_extract.t line 16, line 1. BEGIN failed--compilation aborted at t/05_extract.t line 16, line 1. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/06_dependency.......Base class package "Class::DBI" 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/JSAN-Client/inc /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /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/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10 BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10, line 1. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. Compilation failed in require at t/06_dependency.t line 13, line 1. BEGIN failed--compilation aborted at t/06_dependency.t line 13, line 1. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/07_client...........1..17 Base class package "Class::DBI" 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/JSAN-Client/inc /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /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/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10 BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index/CDBI.pm line 10, line 1. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Index.pm line 73, line 1. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Client.pm line 41, line 1. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/JSAN-Client/blib/lib/JSAN/Client.pm line 41, line 1. Compilation failed in require at t/07_client.t line 16, line 1. BEGIN failed--compilation aborted at t/07_client.t line 16, line 1. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-17 Failed 17/17 tests, 0.00% okay t/08_uri..............1..4 ok 1 - The object isa JSAN::URI # Failed test 'The object isa Config::Tiny' # at t/08_uri.t line 30. # The object isn't defined not ok 2 - The object isa Config::Tiny # Failed test 'The object isa Config::Tiny' # at t/08_uri.t line 31. not ok 3 - The object isa Config::Tiny # The object isn't defined # Failed test 'Mirror JSAN::URI=HASH(0x186a310) is valid' # at t/08_uri.t line 33. not ok 4 - Mirror JSAN::URI=HASH(0x186a310) is valid # Looks like you failed 3 tests of 4. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/99_author...........1..10 ok 1 - blib/lib/JSAN/Client.pm ok 2 - blib/lib/JSAN/Index.pm ok 3 - blib/lib/JSAN/Transport.pm ok 4 - blib/lib/JSAN/URI.pm ok 5 - blib/lib/JSAN/Index/Author.pm ok 6 - blib/lib/JSAN/Index/CDBI.pm ok 7 - blib/lib/JSAN/Index/Distribution.pm ok 8 - blib/lib/JSAN/Index/Extractable.pm ok 9 - blib/lib/JSAN/Index/Library.pm ok 10 - blib/lib/JSAN/Index/Release.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01_compile.t 9 2304 15 9 4-6 10-15 t/02_transport.t 255 65280 22 6 13 17 21-22 t/03_transport_use.t 255 65280 21 6 12 16 20-21 t/04_index.t 255 65280 ?? ?? ?? t/05_extract.t 255 65280 5 10 1-5 t/06_dependency.t 255 65280 ?? ?? ?? t/07_client.t 255 65280 17 34 1-17 t/08_uri.t 3 768 4 3 2-4 Failed 8/9 test scripts. 42/94 subtests failed. Files=9, Tests=94, 9 wallclock secs ( 2.71 cusr + 0.73 csys = 3.44 CPU) Failed 8/9 test programs. 42/94 subtests failed. make: *** [test_dynamic] Error 255