Checking if your kit is complete... Looks good Writing Makefile for DBIx Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp DBIx.pm blib\lib\DBIx.pm cp DBH.pm blib\lib\DBH.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/02_make_table........1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Jan 9 22:36:47 2008 # Current time GMT: Thu Jan 10 06:36:47 2008 # Using Test.pm version 1.25 install_driver(Pg) failed: Can't locate DBD/Pg.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\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 (eval 4) line 3. Perhaps the DBD::Pg perl module hasn't been fully installed, or perhaps the capitalisation of 'Pg' isn't right. Available drivers: ADO, DBM, ExampleP, File, Gofer, Mock, Multiplex, Proxy, SQLite, Sponge, mysqlPP. at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib/DBH.pm line 6 Compilation failed in require at t/02_make_table.t line 6. BEGIN failed--compilation aborted at t/02_make_table.t line 6. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03_populate_table....1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Jan 9 22:36:47 2008 # Current time GMT: Thu Jan 10 06:36:47 2008 # Using Test.pm version 1.25 install_driver(Pg) failed: Can't locate DBD/Pg.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\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 (eval 4) line 3. Perhaps the DBD::Pg perl module hasn't been fully installed, or perhaps the capitalisation of 'Pg' isn't right. Available drivers: ADO, DBM, ExampleP, File, Gofer, Mock, Multiplex, Proxy, SQLite, Sponge, mysqlPP. at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib/DBH.pm line 6 Compilation failed in require at t/03_populate_table.t line 6. BEGIN failed--compilation aborted at t/03_populate_table.t line 6. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/04_sql_on_table......1..6 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Jan 9 22:36:47 2008 # Current time GMT: Thu Jan 10 06:36:47 2008 # Using Test.pm version 1.25 install_driver(Pg) failed: Can't locate DBD/Pg.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\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 (eval 4) line 3. Perhaps the DBD::Pg perl module hasn't been fully installed, or perhaps the capitalisation of 'Pg' isn't right. Available drivers: ADO, DBM, ExampleP, File, Gofer, Mock, Multiplex, Proxy, SQLite, Sponge, mysqlPP. at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib/DBH.pm line 6 Compilation failed in require at t/04_sql_on_table.t line 6. BEGIN failed--compilation aborted at t/04_sql_on_table.t line 6. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/99_drop_table........1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Jan 9 22:36:48 2008 # Current time GMT: Thu Jan 10 06:36:48 2008 # Using Test.pm version 1.25 install_driver(Pg) failed: Can't locate DBD/Pg.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\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 (eval 4) line 3. Perhaps the DBD::Pg perl module hasn't been fully installed, or perhaps the capitalisation of 'Pg' isn't right. Available drivers: ADO, DBM, ExampleP, File, Gofer, Mock, Multiplex, Proxy, SQLite, Sponge, mysqlPP. at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\DBIx\blib\lib/DBH.pm line 6 Compilation failed in require at t/99_drop_table.t line 6. BEGIN failed--compilation aborted at t/99_drop_table.t line 6. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_make_table.t 2 512 1 2 1 t/03_populate_table.t 2 512 1 2 1 t/04_sql_on_table.t 2 512 6 12 1-6 t/99_drop_table.t 2 512 1 2 1 Failed 4/4 test scripts. 9/9 subtests failed. Files=4, Tests=9, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 4/4 test programs. 9/9 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x2' Stop.