## ## WARNING: You are missing Rose::DateTime ## ## There is a circular dependency between Rose::Object and Rose::DateTime. ## Rose::Object will simply skip all tests that require Rose::DateTime, but ## you should really re-run "make test" after installing Rose::DateTime ## just to make sure everything works correctly. ## Checking if your kit is complete... Looks good Writing Makefile for Rose::Object cp lib/Rose/Object.pm blib/lib/Rose/Object.pm cp lib/Rose/Object/MakeMethods.pm blib/lib/Rose/Object/MakeMethods.pm cp lib/Rose/Object/MakeMethods/DateTime.pm blib/lib/Rose/Object/MakeMethods/DateTime.pm cp lib/Rose/Class/MakeMethods/Generic.pm blib/lib/Rose/Class/MakeMethods/Generic.pm cp lib/Rose/Object/MixIn.pm blib/lib/Rose/Object/MixIn.pm cp lib/Rose/Class.pm blib/lib/Rose/Class.pm cp lib/Rose/Class/MakeMethods/Set.pm blib/lib/Rose/Class/MakeMethods/Set.pm cp lib/Rose/Object/MakeMethods/Generic.pm blib/lib/Rose/Object/MakeMethods/Generic.pm Manifying blib/man3/Rose::Object.3 Manifying blib/man3/Rose::Object::MakeMethods::DateTime.3 Manifying blib/man3/Rose::Object::MakeMethods.3 Manifying blib/man3/Rose::Class::MakeMethods::Generic.3 Manifying blib/man3/Rose::Object::MixIn.3 Manifying blib/man3/Rose::Class.3 Manifying blib/man3/Rose::Class::MakeMethods::Set.3 Manifying blib/man3/Rose::Object::MakeMethods::Generic.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic..........1..21 ok 1 - use Rose::Object; ok 2 - use Rose::Class; ok 3 - new() 1 ok 4 - set 1 ok 5 - set 2 ok 6 - get 1 ok 7 - get 2 ok 8 - new() 2 ok 9 - get 3 ok 10 - get 4 ok 11 - set 3 ok 12 - set 4 ok 13 - get 5 ok 14 - get 6 ok 15 - class get 1 ok 16 - class set 1 ok 17 - class get 2 ok 18 - mixin yip ok 19 - mixin bark ok 20 - mixin rawr ok 21 - mixin hiss ok t/makemethods....1..311 ok 1 - use Rose::Object; ok 2 - use Rose::Object::MakeMethods::Generic; ok 3 - use Rose::Class; ok 4 - use Rose::Class::MakeMethods::Generic; ok 5 - use Rose::Class::MakeMethods::Set; ok 6 # skip loading Rose::Object::MakeMethods::DateTime ok 7 - Construct object (no init) ok 8 - Set named attribute (scalar) ok 9 - Get named attribute (scalar --get_set_init) ok 10 - Set named attribute (scalar --get_set_init) ok 11 - Set named attribute (boolean) 1 ok 12 - Set named attribute (boolean) 2 ok 13 - Set named attribute (boolean) 3 ok 14 - Default value (boolean) ok 15 - Get named attribute (boolean --get_set_init) ok 16 - Set named attribute (boolean --get_set_init) ok 17 - Get undefinied hash (hash) ok 18 - Get hash key (hash) ok 19 - Get hash ref (hash --get-set_all) ok 20 - Get hash (hash --get-set_all) ok 21 - Check for key existence (hash --exists) ok 22 - Get key names (hash --keys) ok 23 - Get key values (hash --values) ok 24 - Delete param (hash --delete) ok 25 - Add name/value pairs (hash) ok 26 - Get hash ref (hash --get-get_set_init_all) ok 27 - Get hash (hash --get-set_all) ok 28 - Get hash ref 2 (hash --get-get_set_init_all) ok 29 - Get hash 2 (hash --get-set_all) ok 30 - Get hash ref 3 (hash --get-get_set_init_all) ok 31 - Get hash 3 (hash --get-set_all) ok 32 - Get default hash - hash ref (hash --get_set_init) ok 33 - Set hash - hash ref (hash --get_set_init) ok 34 - Clear hash (hash --get_set_init) ok 35 - Get default hash - hash (hash --get_set_init) ok 36 - Set hash - hash (hash --get_set_inited) ok 37 - Get empty hash - scalar (hash --get_set_inited) ok 38 - Set hash - hash ref (hash --get_set_inited) ok 39 - Get empty hash - list (hash --get_set_inited) ok 40 - Set hash - hash (hash --get_set_inited) ok 41 - Get undefined array (array) ok 42 - Clear array (array) ok 43 - Set list - array (array) ok 44 - Set list - array ref (array) ok 45 - Get list - array ref (array) ok 46 - Get item by index (array --get_set_item) ok 47 - Set item by index (array --get_set_item) ok 48 - Get default list - array (array --get_set_init) ok 49 - Set list - array (array --get_set_init) ok 50 - Set list - array ref (array --get_set_init) ok 51 - Get list - array ref (array --get_set_init) ok 52 - Get empty array - scalar (array --get_set_inited) ok 53 - Get empty array - list (array --get_set_inited) ok 54 - Set list - array (array --get_set_inited) Can't locate object method "birthday" via package "Person" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Rose-Object/blib/lib/Rose/Object.pm line 25. ok 55 - Set list - array ref (array --get_set_inited) ok 56 - Get list - array ref (array --get_set_inited) # Looks like you planned 311 tests but only ran 56. # Looks like your test died just after 56. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 57-311 Failed 255/311 tests, 18.01% okay (less 1 skipped test: 55 okay, 17.68%) t/redefine.......1..2 ok 1 - redefine 1 ok 2 # skip datetime tests: could not load Rose::DateTime::Util ok 1/2 skipped: various reasons Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/makemethods.t 255 65280 311 510 57-311 2 subtests skipped. Failed 1/3 test scripts. 255/334 subtests failed. Files=3, Tests=334, 1 wallclock secs ( 0.77 cusr + 0.15 csys = 0.92 CPU) Failed 1/3 test programs. 255/334 subtests failed. make: *** [test_dynamic] Error 25