Checking if your kit is complete... Looks good Writing Makefile for Class::PObject cp PObject/Test/HAS_A.pm blib/lib/Class/PObject/Test/HAS_A.pm cp PObject/Type/TEXT.pm blib/lib/Class/PObject/Type/TEXT.pm cp PObject/Driver/file.pm blib/lib/Class/PObject/Driver/file.pm cp PObject/Type.pm blib/lib/Class/PObject/Type.pm cp PObject/Driver/DBM.pm blib/lib/Class/PObject/Driver/DBM.pm cp PObject.pm blib/lib/Class/PObject.pm cp PObject/Test/Types.pm blib/lib/Class/PObject/Test/Types.pm cp PObject/Driver/db_file.pm blib/lib/Class/PObject/Driver/db_file.pm cp PObject/Driver/DBI.pm blib/lib/Class/PObject/Driver/DBI.pm cp PObject/Template.pm blib/lib/Class/PObject/Template.pm cp PObject/Driver/csv.pm blib/lib/Class/PObject/Driver/csv.pm cp PObject/Type/ENCRYPT.pm blib/lib/Class/PObject/Type/ENCRYPT.pm cp PObject/Driver/mysql.pm blib/lib/Class/PObject/Driver/mysql.pm cp PObject/Driver.pm blib/lib/Class/PObject/Driver.pm cp PObject/Type/CHAR.pm blib/lib/Class/PObject/Type/CHAR.pm cp PObject/Test/Basic.pm blib/lib/Class/PObject/Test/Basic.pm cp PObject/Type/INTEGER.pm blib/lib/Class/PObject/Type/INTEGER.pm cp PObject/Type/MD5.pm blib/lib/Class/PObject/Type/MD5.pm cp PObject/Test.pm blib/lib/Class/PObject/Test.pm cp PObject/Type/VARCHAR.pm blib/lib/Class/PObject/Type/VARCHAR.pm cp PObject/Driver/sqlite.pm blib/lib/Class/PObject/Driver/sqlite.pm cp PObject/Iterator.pm blib/lib/Class/PObject/Iterator.pm Manifying blib/man3/Class::PObject::Test::HAS_A.3 Manifying blib/man3/Class::PObject::Type::TEXT.3 Manifying blib/man3/Class::PObject::Driver::file.3 Manifying blib/man3/Class::PObject::Type.3 Manifying blib/man3/Class::PObject::Driver::DBM.3 Manifying blib/man3/Class::PObject.3 Manifying blib/man3/Class::PObject::Test::Types.3 Manifying blib/man3/Class::PObject::Driver::db_file.3 Manifying blib/man3/Class::PObject::Template.3 Manifying blib/man3/Class::PObject::Driver::DBI.3 Manifying blib/man3/Class::PObject::Driver::csv.3 Manifying blib/man3/Class::PObject::Type::ENCRYPT.3 Manifying blib/man3/Class::PObject::Driver::mysql.3 Manifying blib/man3/Class::PObject::Driver.3 Manifying blib/man3/Class::PObject::Type::CHAR.3 Manifying blib/man3/Class::PObject::Test::Basic.3 Manifying blib/man3/Class::PObject::Type::INTEGER.3 Manifying blib/man3/Class::PObject::Type::MD5.3 Manifying blib/man3/Class::PObject::Type::VARCHAR.3 Manifying blib/man3/Class::PObject::Test.3 Manifying blib/man3/Class::PObject::Driver::sqlite.3 Manifying blib/man3/Class::PObject::Iterator.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01basic_file.......1..204 ok 1 - use Class::PObject; 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 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 $PO::Article = bless( { 'columns' => { 'content' => bless( { 'id' => 'This is the article about Class::PObject and how great this library is' }, 'VARCHAR' ), 'author' => bless( { 'id' => 1 }, 'VARCHAR' ), 'title' => bless( { 'id' => 'Class::PObject rules!' }, 'VARCHAR' ), 'id' => undef, 'rating' => bless( { 'id' => 0 }, 'VARCHAR' ) }, '_is_new' => 1 }, 'PO::Article' ); 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 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 [1] - Sherzod Ruzmetov [2] - Hilola Nasyrova [3] - Geek ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 Invalid value for shared scalar at /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/Test/Builder.pm line 319. WHOA! Somehow you got a different number of results than tests ran! This should never happen! Please contact the author immediately! END failed--call queue aborted. ok 84 ok 85 ok 86 ok 87 ok 88 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 89-204 Failed 116/204 tests, 43.14% okay t/06basic_csv........1..0 #Skipped: DBI is not installed skipped all skipped: DBI is not installed t/11basic_mysql......1..0 #Skipped: DBI is not available skipped all skipped: DBI is not available t/16basic_db_file....1..0 #Skipped: DB_File is not available skipped all skipped: DB_File is not available t/21basic_sqlite.....1..0 #Skipped: DBD::SQLite is not available skipped all skipped: DBD::SQLite is not available t/61types_file.......1..46 ok 1 - use Class::PObject; ok 2 - use Class::PObject::Test; ok 3 - use Class::PObject::Type; ok 4 ok 5 ok 6 ok 7 ok 8 - aXyDQ8Dnnc4Qo ok 9 - 27dee4501f5da0e12be7ef16eb743e56 ok 10 ok 11 not ok 12 # TODO Not sure if it is a bug or a feature # Failed (TODO) test (/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-PObject/blib/lib/Class/PObject/Test/Types.pm at line 77) ok 13 ok 14 Invalid value for shared scalar at /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/Test/Builder.pm line 319. WHOA! Somehow you got a different number of results than tests ran! This should never happen! Please contact the author immediately! END failed--call queue aborted. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 15-46 Failed 32/46 tests, 30.43% okay t/62types_csv........1..0 #Skipped: DBI is not installed skipped all skipped: DBI is not installed t/63types_db_file....1..0 #Skipped: DB_File is not available skipped all skipped: DB_File is not available t/64types_mysql......1..0 #Skipped: DBI is not available skipped all skipped: DBI is not available t/65types_sqlite.....1..0 #Skipped: DBD::SQLite is not available skipped all skipped: DBD::SQLite is not available t/70hasa_file........1..37 ok 1 - use Class::PObject; ok 2 - use Class::PObject::Test; ok 3 ok 4 ok 5 ok 6 ok 7 Use of uninitialized value in concatenation (.) or string at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Class-PObject/blib/lib/Class/PObject/Test/HAS_A.pm line 81. ok 8 ok 9 ok 10 ok 11 - is empty Invalid value for shared scalar at /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/Test/Builder.pm line 319. WHOA! Somehow you got a different number of results than tests ran! This should never happen! Please contact the author immediately! END failed--call queue aborted. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 12-37 Failed 26/37 tests, 29.73% okay t/71hasa_csv.........1..0 #Skipped: DBI is not installed skipped all skipped: DBI is not installed t/72hasa_mysql.......1..0 #Skipped: DBI is not available skipped all skipped: DBI is not available t/73hasa_db_file.....1..0 #Skipped: DB_File is not available skipped all skipped: DB_File is not available t/74hasa_sqlite......1..0 #Skipped: DBD::SQLite is not available skipped all skipped: DBD::SQLite is not available Failed 3/15 test scripts, 80.00% okay. 174/287 subtests failed, 39.37% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/01basic_file.t 2 512 204 232 113.73% 89-204 t/61types_file.t 2 512 46 64 139.13% 15-46 t/70hasa_file.t 255 65280 37 52 140.54% 12-37 12 tests skipped. make: *** [test_dynamic] Error 25