Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-09-06T08:00:51 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Sun, 05 Sep 2010 21:33:20 GMT Running make for D/DW/DWRIGHT/DBD-Multi-0.16.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DW/DWRIGHT/DBD-Multi-0.16.tar.gz ok Will not use Archive::Tar, need 1.00 DBD-Multi-0.16/ DBD-Multi-0.16/inc/ DBD-Multi-0.16/Changes DBD-Multi-0.16/t/ DBD-Multi-0.16/lib/ DBD-Multi-0.16/MANIFEST DBD-Multi-0.16/TODO DBD-Multi-0.16/META.yml DBD-Multi-0.16/Makefile.PL DBD-Multi-0.16/README DBD-Multi-0.16/lib/DBD/ DBD-Multi-0.16/lib/DBD/Multi.pm DBD-Multi-0.16/t/dbd-multi-dr.t DBD-Multi-0.16/t/handle-as-coderef.t DBD-Multi-0.16/t/dbd-multi.t DBD-Multi-0.16/t/dbd-multi-st.t DBD-Multi-0.16/t/random.t DBD-Multi-0.16/t/pod-coverage.t DBD-Multi-0.16/t/00-load.t DBD-Multi-0.16/t/dbd-multi-db.t DBD-Multi-0.16/t/dbd-multi-multi.t DBD-Multi-0.16/t/pod.t DBD-Multi-0.16/t/lazy-load.t DBD-Multi-0.16/inc/Module/ DBD-Multi-0.16/inc/Module/Install.pm DBD-Multi-0.16/inc/Module/Install/ DBD-Multi-0.16/inc/Module/Install/Fetch.pm DBD-Multi-0.16/inc/Module/Install/Makefile.pm DBD-Multi-0.16/inc/Module/Install/Base.pm DBD-Multi-0.16/inc/Module/Install/Metadata.pm DBD-Multi-0.16/inc/Module/Install/Can.pm DBD-Multi-0.16/inc/Module/Install/WriteAll.pm DBD-Multi-0.16/inc/Module/Install/Win32.pm CPAN.pm: Going to build D/DW/DWRIGHT/DBD-Multi-0.16.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Warning: prerequisite Sys::SigAction 0.1 not found. Checking if your kit is complete... Looks good Writing Makefile for DBD::Multi ---- Unsatisfied dependencies detected during ---- ---- DWRIGHT/DBD-Multi-0.16.tar.gz ---- Sys::SigAction [requires] Running make test Delayed until after prerequisites Running test for module 'Sys::SigAction' Running make for L/LB/LBAXTER/Sys-SigAction-0.11.tar.gz Checksum for /net/nas/data/cpan/authors/id/L/LB/LBAXTER/Sys-SigAction-0.11.tar.gz ok Will not use Archive::Tar, need 1.00 Sys-SigAction-0.11/ Sys-SigAction-0.11/t/ Sys-SigAction-0.11/t/name.t Sys-SigAction-0.11/t/mask.t Sys-SigAction-0.11/t/timeout.t Sys-SigAction-0.11/t/nested.t Sys-SigAction-0.11/t/safe.t Sys-SigAction-0.11/t/number.t Sys-SigAction-0.11/META.yml Sys-SigAction-0.11/Changes Sys-SigAction-0.11/dbd-oracle-timeout.POD Sys-SigAction-0.11/MANIFEST Sys-SigAction-0.11/lib/ Sys-SigAction-0.11/lib/Sys/ Sys-SigAction-0.11/lib/Sys/SigAction.pm Sys-SigAction-0.11/Makefile.PL Sys-SigAction-0.11/README CPAN.pm: Going to build L/LB/LBAXTER/Sys-SigAction-0.11.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Using Signals in a multi-thread perl application is unsupported by Sys::SigAction. Sys::SigAction is not Supported on multi-threaded perls. Read the following from perldoc perlthrtut: ...mixing signals and threads should not be attempted. Implementations are platform-dependent, and even the POSIX semantics may not be what you expect (and Perl doesn't even give you the full POSIX API). You are on your own... Lincoln at Makefile.PL line 32. Checking for Microsoft Windows... (not supported) Checking for multi-threaded Perl... (warning) Checking support for signals... (required) Checking support for POSIX::sigaction... (required) Checking for armv5tejl... (not supported) Checking if your kit is complete... Looks good Writing Makefile for Sys::SigAction >>> make cp lib/Sys/SigAction.pm blib/lib/Sys/SigAction.pm Manifying blib/man3/Sys::SigAction.3 LBAXTER/Sys-SigAction-0.11.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'sigUSR called (5) failure: (3!=5) it should have been delayed by mask until sigHUP finished)' # at t/mask.t line 54. # Failed test 'sigINT_1 called(3) failure: (4!=3) this should have been delayed by mask until sigHUP finished' # at t/mask.t line 47. # Failed test 'sig mask delayed USR1 (signaled from sigHUP)(4)' # at t/mask.t line 51. # Looks like you failed 3 tests of 14. t/mask.t ..... 1..14 ok 1 - sigHUP called (1) ok 2 - sig mask delayed INT and USR1(2) not ok 3 - sigUSR called (5) failure: (3!=5) it should have been delayed by mask until sigHUP finished) not ok 4 - sigINT_1 called(3) failure: (4!=3) this should have been delayed by mask until sigHUP finished not ok 5 - sig mask delayed USR1 (signaled from sigHUP)(4) ok 6 - reach 6th test after first kill ok 7 - sigHUP_2 called ok 8 - sigINT_2 called (8) ok 9 - sigINT_2 exiting (9) ok 10 - sigUSR2 called (10) ok 11 - sigHUP_2 ending ok 12 - hup=1 (1) ok 13 - int=1 (1) ok 14 - usr=2 (2) Dubious, test returned 3 (wstat 768, 0x300) Failed 3/14 subtests t/name.t ..... 1..3 ok 1 - use Sys::SigAction; ok 2 - SIGINT => INT ok 3 - 9 => KILL ok t/nested.t ... 1..4 level 3 level 2 level 1 level 0 ok 1 - level 0 is not 0 level 0 = 1 ok 2 - level 1 is not 0 level 1 = 2 ok 3 - level 2 is not 0 level 2 = 3 ok 4 - level 3 is not 0 level 3 = 4 ok t/number.t ... 1..3 ok 1 - use Sys::SigAction; ok 2 - INT => SIGINT ok 3 - KILL => SIGKILL ok NOTE: Setting safe=>1... with masked signals does not seem to work. The problem is that the masked signals are not masked, but when safe=>0 they are. If you have an application for safe=>1 and can come up with a test that works in the context of this module's installation please send me a patch to safe.t that tests it. See the block below this one... which if executed would test safe mode with masked signals... it is a clone of part of mask.t that proves this is broken. Lincoln t/safe.t ..... 1..1 ok 1 - skipping test of safe flag for now ok t/timeout.t .. 1..7 ok 1 - use Sys::SigAction; ok 2 - die with hash ok 3 - hash did not timeout ok 4 - immediate -- die with string ok 5 - immediate did not timeout ok 6 - forever did NOT die ok 7 - forever timed out ok Test Summary Report ------------------- t/mask.t (Wstat: 768 Tests: 14 Failed: 3) Failed tests: 3-5 Non-zero exit status: 3 Files=6, Tests=32, 6 wallclock secs ( 0.17 usr 0.04 sys + 1.81 cusr 0.13 csys = 2.15 CPU) Result: FAIL Failed 1/6 test programs. 3/32 subtests failed. make: *** [test_dynamic] Error 29 LBAXTER/Sys-SigAction-0.11.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports LBAXTER/Sys-SigAction-0.11.tar.gz Running make for D/DW/DWRIGHT/DBD-Multi-0.16.tar.gz Has already been unwrapped into directory /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi CPAN.pm: Going to build D/DW/DWRIGHT/DBD-Multi-0.16.tar.gz Warning: Prerequisite 'Sys::SigAction => 0.1' for 'DWRIGHT/DBD-Multi-0.16.tar.gz' failed when processing 'LBAXTER/Sys-SigAction-0.11.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. >>> make cp lib/DBD/Multi.pm blib/lib/DBD/Multi.pm Manifying blib/man3/DBD::Multi.3 DWRIGHT/DBD-Multi-0.16.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use DBD::Multi;' # at t/00-load.t line 6. # Tried to use 'DBD::Multi'. # Error: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value in concatenation (.) or string at t/00-load.t line 9. # Testing DBD::Multi , Perl 5.008008, /export/home/fly818/bin/perl # Looks like you failed 1 test of 1. t/00-load.t ............ 1..1 not ok 1 - use DBD::Multi; Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests # Failed test 'use DBD::Multi;' # at t/dbd-multi-db.t line 7. # Tried to use 'DBD::Multi'. # Error: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1229. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Can't locate object method "all_sources" via package "DBD::Multi::Handler" at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 76. # Looks like you planned 7 tests but ran 3. # Looks like you failed 1 test of 3 run. # Looks like your test exited with 2 just after 3. t/dbd-multi-db.t ....... 1..7 not ok 1 - use DBD::Multi; ok 2 - DBD::Multi::db->can('prepare') ok 3 - The object isa DBI::db Dubious, test returned 2 (wstat 512, 0x200) Failed 5/7 subtests # Failed test 'use DBD::Multi;' # at t/dbd-multi-dr.t line 7. # Tried to use 'DBD::Multi'. # Error: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1229. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Can't locate object method "all_sources" via package "DBD::Multi::Handler" at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 76. # Looks like you planned 5 tests but ran 4. # Looks like you failed 1 test of 4 run. # Looks like your test exited with 255 just after 4. t/dbd-multi-dr.t ....... 1..5 not ok 1 - use DBD::Multi; ok 2 - DBD::Multi::dr->can('connect') ok 3 - The object isa DBI::db ok 4 - The object isa DBI::db Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/5 subtests # Failed test 'use DBD::Multi;' # at t/dbd-multi-multi.t line 7. # Tried to use 'DBD::Multi'. # Error: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1229. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Can't locate object method "all_sources" via package "DBD::Multi::Handler" at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 76. # Looks like you planned 88 tests but ran 4. # Looks like you failed 1 test of 4 run. # Looks like your test exited with 2 just after 4. t/dbd-multi-multi.t .... 1..88 not ok 1 - use DBD::Multi; ok 2 - The object isa DBI::db ok 3 - The object isa DBI::db ok 4 - The object isa DBI::db Dubious, test returned 2 (wstat 512, 0x200) Failed 85/88 subtests # Failed test 'use DBD::Multi;' # at t/dbd-multi-st.t line 7. # Tried to use 'DBD::Multi'. # Error: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1229. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Can't locate object method "multi_do_all" via package "DBD::Multi::Handler" at t/dbd-multi-st.t line 27. # Looks like you planned 42 tests but ran 4. # Looks like you failed 1 test of 4 run. # Looks like your test exited with 255 just after 4. t/dbd-multi-st.t ....... 1..42 not ok 1 - use DBD::Multi; ok 2 - DBD::Multi::st->can(...) ok 3 - The object isa DBI::db ok 4 - The object isa DBD::Multi::Handler Dubious, test returned 255 (wstat 65280, 0xff00) Failed 39/42 subtests # Failed test 'use DBD::Multi;' # at t/dbd-multi.t line 7. # Tried to use 'DBD::Multi'. # Error: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Can't setup DBI handle of DBI::dr=HASH(0x6c77c8) to DBD::Multi::dr_mem: unknown _mem package at /export/home/fly818/var/megalib/DBI.pm line 1229. # Looks like you planned 3 tests but ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test exited with 255 just after 2. SV = RV(0x1a7bdc) at 0x321654 REFCNT = 1 FLAGS = (PADBUSY,PADMY,ROK) RV = 0x6c77a4 (in cleanup) dbih_getcom handle DBI::dr=HASH(0x6c77a4) is not a DBI handle (has no magic) during global destruction. SV = RV(0x1a7bb4) at 0x260eb8 REFCNT = 1 FLAGS = (ROK,READONLY) RV = 0x6c77a4 t/dbd-multi.t .......... 1..3 not ok 1 - use DBD::Multi; ok 2 - DBD::Multi->can('driver') Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/3 subtests # Failed test 'use DBD::Multi;' # at t/handle-as-coderef.t line 7. # Tried to use 'DBD::Multi'. # Error: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1229. Use of uninitialized value in subroutine entry at /export/home/fly818/var/megalib/DBI.pm line 1259. Can't locate object method "all_sources" via package "DBD::Multi::Handler" at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 76. # Looks like you failed 1 test of 3. # Looks like your test exited with 255 just after 3. t/handle-as-coderef.t .. not ok 1 - use DBD::Multi; ok 2 - DBD::Multi::db->can('prepare') ok 3 - The object isa DBI::db 1..3 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/3 subtests install_driver(Multi) failed: Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. Compilation failed in require at (eval 8) line 3. Perhaps a module that DBD::Multi requires hasn't been fully installed at t/lazy-load.t line 10 # Looks like your test exited with 2 before it could output anything. t/lazy-load.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/pod-coverage.t ....... skipped: Pod not available for individual methods in DBD::Multi, use DBI instead. t/pod.t ................ 1..1 ok 1 - POD test for blib/lib/DBD/Multi.pm ok Can't locate Sys/SigAction.pm in @INC (@INC contains: /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/inc /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/arch /export/home/fly818/var/megalib /export/home/fly818/var/megalib /export/home/fly818/ap818/site/lib /export/home/fly818/ap818/lib .) at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/DBD-Multi-0.16-tyqogi/blib/lib/DBD/Multi.pm line 220. Compilation failed in require at t/random.t line 10. BEGIN failed--compilation aborted at t/random.t line 10. # Looks like your test exited with 2 before it could output anything. t/random.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/00-load.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/dbd-multi-db.t (Wstat: 512 Tests: 3 Failed: 1) Failed test: 1 Non-zero exit status: 2 Parse errors: Bad plan. You planned 7 tests but ran 3. t/dbd-multi-dr.t (Wstat: 65280 Tests: 4 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 5 tests but ran 4. t/dbd-multi-multi.t (Wstat: 512 Tests: 4 Failed: 1) Failed test: 1 Non-zero exit status: 2 Parse errors: Bad plan. You planned 88 tests but ran 4. t/dbd-multi-st.t (Wstat: 65280 Tests: 4 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 42 tests but ran 4. t/dbd-multi.t (Wstat: 65280 Tests: 2 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 2. t/handle-as-coderef.t (Wstat: 65280 Tests: 3 Failed: 1) Failed test: 1 Non-zero exit status: 255 t/lazy-load.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/random.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=11, Tests=22, 5 wallclock secs ( 0.23 usr 0.05 sys + 4.10 cusr 0.43 csys = 4.81 CPU) Result: FAIL Failed 9/11 test programs. 7/22 subtests failed. make: *** [test_dynamic] Error 29 DWRIGHT/DBD-Multi-0.16.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DWRIGHT/DBD-Multi-0.16.tar.gz Finished 2010-09-06T08:01:14