Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. rem rem C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/00-compile.t t/01-col-inheritance.t t/02-basic.t t/03-primary-keys.t t/04-clone.t t/05-deflate.t t/06-errors.t t/07-has-a-cached.t t/07-has-a.t t/08-iterator.t t/11-sql.t t/20-driver-sqlite.t t/31-cached.t t/32-partitioned.t t/33-views.t t/34-both.t t/35-multiplexed.t t/41-callbacks.t t/42-callbacks-multi-pk.t t/50-profiling.t t/95-pod.t t/96-pod-coverage.t t/98-perl_critic.t t/00-compile...............1..2 ok 1 - use Data::ObjectDriver; ok 2 - use Data::ObjectDriver::SQL; ok t/01-col-inheritance.......1..15 ok 1 - id was expected ok 2 - cluster_id was expected ok 3 - name was expected ok 4 - content was expected ok 5 - binchar was expected ok 6 - rating was expected ok 7 - expected binchar is present ok 8 - expected cluster_id is present ok 9 - expected content is present ok 10 - expected name is present ok 11 - expected id is present ok 12 - expected rating is present ok 13 - Object saved successfully ok 14 ok 15 Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 15. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/02-basic.................1..58 ok 1 ok 2 ok 3 ok 4 - dies on setting inexistent column : 'inexistent()' ok 5 - dies on setting inexistent column : 'column()' ok 6 ok 7 - Old name not updated... ok 8 - ... but new name is set ok 9 - Refreshed ok 10 - Remove correct number of rows ok 11 - Remove correct number of rows ok 12 - constructed a new Wine ok 13 - name constructor ok 14 - rating constructor ok 15 - Alive ! ok 16 - simple data test ok 17 ok 18 - Remove correct number of rows ok 19 - Sorted result set ok 20 ok 21 ok 22 ok 23 - Use Search ! ok 24 - Alive ok 25 - simple data test ok 26 - Alive ok 27 ok 28 - Alive ok 29 ok 30 - Remove correct number of rows ok 31 - Remove correct number or rows ok 32 - Remove correct number or rows ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 - delete all from Wine table ok 50 - No rows deleted ok 51 - Saving bad_wine Thunderbird ok 52 - Saving bad_wine MadDog ok 53 - Saving bad_wine Franzia ok 54 - removing all bad wine ok 55 - Saving bad_wine Thunderbird ok 56 - Saving bad_wine MadDog ok 57 - Saving bad_wine Franzia ok 58 - removing all bad wine ok t/03-primary-keys..........1..21 ok 1 - wine has pk ok 2 - recipe has pk ok 3 - ingredient has (multi) pk ok 4 - pkless has no pk ok 5 - Pk-less populated correctly ok 6 - Wine's primary key tuple is an arrayref isa ARRAY ok 7 - Wine's primary key tuple contains the string 'id' ok 8 ok 9 - Ingredient's primary key tuple is an arrayref isa ARRAY ok 10 - Ingredient instance's primary key tuple contains 'recipe_id' and 'id' ok 11 ok 12 - Wine instance's primary key tuple is an arrayref isa ARRAY ok 13 - Wine instance's primary key tuple contains the string 'id' ok 14 ok 15 - Ingredient instance's primary key tuple is an arrayref ok 16 - Ingredient instance's primary key tuple contains 'recipe_id' and 'id' ok 17 ok 18 - correct number of rows deleted ok 19 ok 20 ok 21 Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 21. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/04-clone.................1..26 ok 1 ok 2 - Saved Wine has an id ok 3 - Successfully cloned ok 4 - Clone is not reference to the original ok 5 - Clone has the same name ok 6 - Changing clone does not affect the original ok 7 - Second clone is not a reference to the original ok 8 - Second clone is not a reference to the first clone ok 9 ok 10 - Saved Wine has an id ok 11 - Successfully cloned ok 12 - Clone is not reference to the original ok 13 - Clone has the same name ok 14 - Changing clone does not affect the original ok 15 - Second clone is not a reference to the original ok 16 - Second clone is not a reference to the first clone ok 17 ok 18 - Saved original wine received an id ok 19 - Basic clone has no id ok 20 - Basic clone could be saved ok 21 - Basic clone has an id after saving ok 22 - Basic clone's id differs from original's id ok 23 ok 24 - Saved original wine received an id ok 25 - Full clone has an id ok 26 - Full clone's id matches original's id Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 26. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/05-deflate...............1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 18. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/06-errors................1..3 ok 1 - Inserted first record ok 2 - Second insert fails ok 3 - Failed because of a unique constraint Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/07-has-a-cached..........1..3 ok 1 - recipe id back using 'parent_method' Can't teardown global: Permission denied at t/lib/db-common.pl line 29. ok 2 - weak ref ok 3 - cache has effectively been destroyed # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/07-has-a.................1..7 ok 1 - 2 ingredients back using 'method' ok 2 - The object isa Ingredient ok 3 - The object isa Ingredient ok 4 - iterator is also available isa CODE ok 5 - next isa Ingredient ok 6 - next isa Ingredient ok 7 - recipe id back using 'parent_method' Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 7. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/08-iterator..............1..17 ok 1 - use Data::ObjectDriver::Iterator; ok 2 - blessed obj ok 3 - it's a subref isa CODE ok 4 - The object isa Data::ObjectDriver::Iterator ok 5 - Data::ObjectDriver::Iterator->can('next') ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - end has been called ok 14 ok 15 ok 16 ok 17 ok t/11-sql...................1..58 ok 1 - Created SQL object ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 - single bare group by ok 10 - single group by with desc ok 11 - multiple group by ok 12 - multiple group by with desc ok 13 - single order by ok 14 - multiple order by ok 15 - group by with order by ok 16 ok 17 ok 18 - bogus limit causes as_sql assertion ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok t/20-driver-sqlite.........1..13 ok 1 - Object saved successfully ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - Found Caymus ok 9 - Caymus is a 4 ok 10 - Found Thunderbird ok 11 - Thunderbird is a 1 ok 12 - Found Stags Leap ok 13 - Stags Leap is a 3 Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 13. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/31-cached................1..62 ok 1 - Object saved successfully ok 2 - Recipe has an ID ok 3 - Title is Banana Milkshake ok 4 - Object updated successfully ok 5 - Title is My Banana Milkshake ok 6 - lookup gave us a recipe ok 7 - Title is My Banana Milkshake ok 8 - lookup gave us a recipe ok 9 - Title is My Banana Milkshake ok 10 - Got one recipe back from search ok 11 - Title is My Banana Milkshake ok 12 - Got an iterator object ok 13 - Iterator gave us only one recipe ok 14 - Iterator gave us a recipe ok 15 - Title is My Banana Milkshake ok 16 - Ingredient saved successfully ok 17 - Ingredient has an ID ok 18 - ID is 1 ok 19 - Name is Vanilla Ice Cream ok 20 - lookup gave us an ingredient ok 21 - Name is Vanilla Ice Cream ok 22 - Got one ingredient back from search ok 23 - Name is Vanilla Ice Cream ok 24 - Got an iterator object ok 25 - Iterator gave us only one ingredient ok 26 - Iterator gave us an ingredient ok 27 - Name is Vanilla Ice Cream ok 28 - Ingredient saved successfully ok 29 - Ingredient has an ID ok 30 - ID is 2 ok 31 - Name is Bananas ok 32 - Got one ingredient back from search ok 33 - ID is for the Bananas object ok 34 - Name is Bananas ok 35 - Object saved successfully ok 36 - Recipe has an ID ok 37 - Title is Chocolate Chip Cookies ok 38 - Ingredient saved successfully ok 39 - Ingredient has an ID ok 40 - ID is 1 ok 41 - Name is Chocolate Chips ok 42 - lookup gave us an ingredient ok 43 - Name is Chocolate Chips ok 44 - lookup again (for caching) ok 45 - Name is Chocolate Chips ok 46 - Got back 3 ingredients from lookup_multi ok 47 - lookup_multi results in right order ok 48 - lookup_multi results in right order ok 49 - lookup_multi results in right order ok 50 - Got back 3 ingredients from lookup_multi ok 51 - lookup_multi results in right order ok 52 - lookup_multi results in right order ok 53 - lookup_multi results in right order ok 54 - (DBI) fetch_data - recipe not cached ok 55 - (Cache) fetch_data - ingredient is cached ok 56 - Ingredient removed successfully ok 57 - Ingredient removed successfully ok 58 - nofetch option will make the driver dies if cache is involved ok 59 - Removed with class method ok 60 - really deleted ok 61 - Recipe removed successfully ok 62 - Recipe removed successfully Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 62. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/32-partitioned...........1..52 ok 1 - Object saved successfully ok 2 - Recipe has an ID ok 3 - Recipe assigned to a cluster ok 4 - Title is Banana Milkshake ok 5 - Object updated successfully ok 6 - Title is My Banana Milkshake ok 7 - lookup gave us a recipe ok 8 - Title is My Banana Milkshake ok 9 - Got one recipe back from search ok 10 - Title is My Banana Milkshake ok 11 - Got an iterator object ok 12 - Iterator gave us only one recipe ok 13 - Iterator gave us a recipe ok 14 - Title is My Banana Milkshake closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 15 - Ingredient saved successfully ok 16 - Ingredient has an ID ok 17 - ID is 1 ok 18 - Name is Vanilla Ice Cream closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 19 - lookup gave us an ingredient ok 20 - Name is Vanilla Ice Cream closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 21 - Got one ingredient back from search ok 22 - Name is Vanilla Ice Cream closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 23 - Got an iterator object ok 24 - Iterator gave us only one ingredient ok 25 - Iterator gave us an ingredient ok 26 - Name is Vanilla Ice Cream closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 27 - Ingredient saved successfully ok 28 - Ingredient has an ID ok 29 - ID is 2 ok 30 - Name is Bananas closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 31 - Got one ingredient back from search ok 32 - ID is for the Bananas object ok 33 - Name is Bananas ok 34 - Object saved successfully ok 35 - Recipe has an ID ok 36 - Recipe assigned to a cluster ok 37 - Title is Chocolate Chip Cookies closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 38 - Ingredient saved successfully ok 39 - Ingredient has an ID ok 40 - ID is 1 ok 41 - Name is Chocolate Chips closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 42 - lookup gave us an ingredient ok 43 - Name is Chocolate Chips ok 44 ok 45 ok 46 ok 47 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 48 - Ingredient removed successfully closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 49 - Ingredient removed successfully closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 50 - Ingredient removed successfully ok 51 - Recipe removed successfully ok 52 - Recipe removed successfully Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 52. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/33-views.................1..6 ok 1 ok 2 ok 3 ok 4 ok 5 # skip DBD::SQLite bug? ok 6 # skip DBD::SQLite bug? Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 6. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/34-both..................1..46 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 1 ok 2 ok 3 - The object isa ARRAY ok 4 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 5 - The object isa ARRAY ok 6 ok 7 ok 8 ok 9 - The object isa ARRAY ok 10 ok 11 - The object isa Ingredient ok 12 ok 13 ok 14 ok 15 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 22 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 23 ok 24 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 25 ok 26 ok 27 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 - The object isa ARRAY ok 35 ok 36 - The object isa Ingredient ok 37 ok 38 ok 39 ok 40 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 41 ok 42 ok 43 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 44 closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 45 ok 46 Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 46. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/35-multiplexed...........1..26 ok 1 - The object isa Data::ObjectDriver::Driver::DBI ok 2 - The object isa Data::ObjectDriver::Driver::DBI ok 3 - lookup lives ok 4 - lookup_multi lives ok 5 - exists lives ok 6 ok 7 ok 8 - The object isa Ingredient2Recipe ok 9 - The object isa Ingredient2Recipe ok 10 ok 11 ok 12 - Record exists in Data::ObjectDriver::Driver::DBI=HASH(0x1e2ae5c) backend database ok 13 - Record exists in Data::ObjectDriver::Driver::DBI=HASH(0x1e2ae68) backend database ok 14 - The object isa Ingredient2Recipe ok 15 ok 16 ok 17 - The object isa Ingredient2Recipe ok 18 ok 19 ok 20 - Removed 2 records for 1 object ok 21 - Record is removed from Data::ObjectDriver::Driver::DBI=HASH(0x1e2ae5c) backend database ok 22 - Record is removed from Data::ObjectDriver::Driver::DBI=HASH(0x1e2ae68) backend database ok 23 ok 24 - got our object back ok 25 - Object deleted ok 26 - the other driver has deleted it too Can't teardown global1: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 26. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/41-callbacks.............1..0 # Skip This test no longer works with the recent Class::Trigger since it uses undocument API. skipped all skipped: This test no longer works with the recent Class::Trigger since it uses undocument API. t/42-callbacks-multi-pk....1..13 ok 1 - The object isa ARRAY ok 2 - Recipe assigned to a cluster ok 3 - callback received correct number of parameters ok 4 - callback received correct kind of object isa Ingredient ok 5 - Eggs ok 6 - quantity ok 7 - callback received object with right data closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 8 - callback ran exactly once ok 9 - object did receive a pk closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 10 - change in callback did change saved data ok 11 - change in callback did not change original object closing dbh with active statement handles at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-ObjectDriver\blib\lib/Data/ObjectDriver/Driver/DBI.pm line 566. ok 12 - refreshed worked ok 13 - Ingredient assigned to a recipe Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 13. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/50-profiling.............1..18 ok 1 ok 2 ok 3 - The object isa ARRAY ok 4 ok 5 ok 6 - The object isa HASH ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 Can't teardown global: Permission denied at t/lib/db-common.pl line 29. # Looks like your test died just after 18. dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/95-pod...................1..22 ok 1 - blib\lib\Data\ObjectDriver.pm ok 2 - blib\lib\Data\ObjectDriver\BaseObject.pm ok 3 - blib\lib\Data\ObjectDriver\BaseView.pm ok 4 - blib\lib\Data\ObjectDriver\Errors.pm ok 5 - blib\lib\Data\ObjectDriver\Iterator.pm ok 6 - blib\lib\Data\ObjectDriver\Profiler.pm ok 7 - blib\lib\Data\ObjectDriver\ResultSet.pm ok 8 - blib\lib\Data\ObjectDriver\SQL.pm ok 9 - blib\lib\Data\ObjectDriver\Driver\BaseCache.pm ok 10 - blib\lib\Data\ObjectDriver\Driver\DBD.pm ok 11 - blib\lib\Data\ObjectDriver\Driver\DBI.pm ok 12 - blib\lib\Data\ObjectDriver\Driver\MultiPartition.pm ok 13 - blib\lib\Data\ObjectDriver\Driver\Multiplexer.pm ok 14 - blib\lib\Data\ObjectDriver\Driver\Partition.pm ok 15 - blib\lib\Data\ObjectDriver\Driver\SimplePartition.pm ok 16 - blib\lib\Data\ObjectDriver\Driver\Cache\Apache.pm ok 17 - blib\lib\Data\ObjectDriver\Driver\Cache\Cache.pm ok 18 - blib\lib\Data\ObjectDriver\Driver\Cache\Memcached.pm ok 19 - blib\lib\Data\ObjectDriver\Driver\Cache\RAM.pm ok 20 - blib\lib\Data\ObjectDriver\Driver\DBD\mysql.pm ok 21 - blib\lib\Data\ObjectDriver\Driver\DBD\Pg.pm ok 22 - blib\lib\Data\ObjectDriver\Driver\DBD\SQLite.pm ok t/96-pod-coverage..........1..4 ok 1 - Pod coverage on Data::ObjectDriver::BaseObject # Data::ObjectDriver::Errors: no public symbols defined ok 2 - Pod coverage on Data::ObjectDriver::Errors ok 3 - Pod coverage on Data::ObjectDriver::SQL ok 4 - Pod coverage on Data::ObjectDriver::Driver::DBD ok t/98-perl_critic...........1..0 # Skip Test::Perl::Critic required to criticise code skipped all skipped: Test::Perl::Critic required to criticise code Failed 15/23 test scripts, 34.78% okay. 0/490 subtests failed, 100.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01-col-inheritance.t 255 65280 15 0 0.00% ?? t/03-primary-keys.t 255 65280 21 0 0.00% ?? t/04-clone.t 255 65280 26 0 0.00% ?? t/05-deflate.t 255 65280 18 0 0.00% ?? t/06-errors.t 255 65280 3 0 0.00% ?? t/07-has-a-cached.t 255 65280 3 0 0.00% ?? t/07-has-a.t 255 65280 7 0 0.00% ?? t/20-driver-sqlite.t 255 65280 13 0 0.00% ?? t/31-cached.t 255 65280 62 0 0.00% ?? t/32-partitioned.t 255 65280 52 0 0.00% ?? t/33-views.t 255 65280 6 0 0.00% ?? t/34-both.t 255 65280 46 0 0.00% ?? t/35-multiplexed.t 255 65280 26 0 0.00% ?? t/42-callbacks-multi-pk.t 255 65280 13 0 0.00% ?? t/50-profiling.t 255 65280 18 0 0.00% ?? 2 tests and 2 subtests skipped. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0xff' Stop.