Do you wish to skip database testing? [N]: Enter the DBD driver name [mysql]: Enter the database hostname [localhost]: Enter database port number [3128]: Enter database name [test]: Enter an userid which can manage tables [root]: Enter password: stty: standard input: Inappropriate ioctl for device stty: standard input: Inappropriate ioctl for device Checking if your kit is complete... Looks good Writing Makefile for HTML::DBTable Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp DBTable.pm blib\lib\HTML\DBTable.pm cp DBTable.pod blib\lib\HTML\DBTable.pod 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/01__DBSchema...........1..11 ok 1 - use HTML::DBTable; Old-style DBIx::DBSchema::Table creation without named parameters is deprecated! at t/01__DBSchema.t line 32 ok 2 - testing object ISA isa HTML::DBTable ok 3 - testing DBIx::DBSchema::Table usage isa DBIx::DBSchema::Table ok 4 - printing html output ok 5 - printing html output ok 6 - printing html output with values ok 7 - configuring labels via arrayref ok 8 - configuring labels via hasref ok 9 - test appearances setting an hidden field ok 10 - the same with positional item ok 11 - don't strip table name ok t/02__DBSchemaPatched....1..0 # Skip You haven't patched DBIx::DBSchema. If you think to use Mysql datbase take a look to INSTALL file of this distribution and patch you DBIx::DBSchema modules skipped all skipped: You haven't patched DBIx::DBSchema. If you think to use Mysql datbase take a look to INSTALL file of this distribution and patch you DBIx::DBSchema modules t/03__DBTable............1..10 ok 1 - db configuration file created by makefile install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\HTML-DBTable\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\HTML-DBTable\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 12) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: ADO, DBM, ExampleP, File, Gofer, Mock, Multiplex, Proxy, SQLite, Sponge, mysqlPP. at t/03__DBTable.t line 22 # Looks like you planned 10 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-10 Failed 9/10 tests, 10.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03__DBTable.t 255 65280 10 18 2-10 1 test skipped. Failed 1/3 test scripts. 9/21 subtests failed. Files=3, Tests=21, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/3 test programs. 9/21 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.