## ## 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 /home/cpanrun/ia64-lp64/build/5.8.2/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) ok 55 - Set list - array ref (array --get_set_inited) ok 56 - Get list - array ref (array --get_set_inited) ok 57 # skip datetime tests: could not load Rose::DateTime::Util ok 58 # skip datetime tests: could not load Rose::DateTime::Util ok 59 # skip datetime tests: could not load Rose::DateTime::Util ok 60 # skip datetime tests: could not load Rose::DateTime::Util ok 61 # skip datetime tests: could not load Rose::DateTime::Util ok 62 # skip datetime tests: could not load Rose::DateTime::Util ok 63 # skip datetime tests: could not load Rose::DateTime::Util ok 64 # skip datetime tests: could not load Rose::DateTime::Util ok 65 # skip datetime tests: could not load Rose::DateTime::Util ok 66 # skip datetime tests: could not load Rose::DateTime::Util ok 67 # skip datetime tests: could not load Rose::DateTime::Util ok 68 # skip datetime tests: could not load Rose::DateTime::Util ok 69 # skip datetime tests: could not load Rose::DateTime::Util ok 70 - Set named class attribute (scalar) 1 ok 71 - Get named class attribute (scalar) 1 ok 72 - Get named class attribute (scalar) 2 ok 73 - Set named class attribute (scalar) 2 ok 74 - Get named class attribute (scalar) 3 ok 75 - Get named class attribute (scalar --get_set_init) 1 ok 76 - Set named class attribute (scalar --get_set_init) 1 ok 77 - Get named class attribute (scalar --get_set_init) 1 ok 78 - Get named class attribute (scalar --get_set_init) 2 ok 79 - Set named class attribute (scalar --get_set_init) 2 ok 80 - Get named class attribute (scalar --get_set_init) 3 ok 81 - Set named inheritable class attribute 1 ok 82 - Get named inheritable class attribute 1 ok 83 - Get named inheritable class attribute (inherited) 1 ok 84 - Get named inheritable class attribute (inherited) 2 ok 85 - Get named inheritable class attribute (inherited) 3 ok 86 - Get named inheritable class attribute (inherited) 4 ok 87 - Set named inheritable class attribute 2 ok 88 - Get named inheritable class attribute 2 ok 89 - Get named inheritable class attribute (inherited) 5 ok 90 - Get named inheritable class attribute (inherited) 6 ok 91 - Get named inheritable class attribute (inherited) 7 ok 92 - Set named inheritable class attribute 3 ok 93 - Get named inheritable class attribute 3 ok 94 - Get named inheritable class attribute (inherited) 8 ok 95 - Get named inheritable class attribute (not inherited) 1 ok 96 - Get named inheritable class attribute (inherited) 9 ok 97 - Get named inheritable class attribute (inherited) 10 ok 98 - Get undefined class hash (hash) ok 99 - Get class hash key (hash) ok 100 - Get class hash ref (hash --get-set_all) ok 101 - Get class hash (hash --get-set_all) ok 102 - Check for class hash key existence (hash --exists) ok 103 - Get class hash key names (hash --keys) ok 104 - Get class hash key values (hash --values) ok 105 - Delete cparam (hash --delete) ok 106 - Add class hash name/value pairs (hash) ok 107 - Get undefined inheritable class hash (hash) ok 108 - Get inheritable class hash key (hash) ok 109 - Get inheritable class hash ref (hash --get-set_all) ok 110 - Get inheritable class hash (hash --get-set_all) ok 111 - Check for inheritable class hash key existence (hash --exists) ok 112 - Get inheritable class hash key names (hash --keys) ok 113 - Get inheritable class hash key values (hash --values) ok 114 - Inherited keys 1 ok 115 - Inherited values 1 ok 116 - Delete icparam (hash --delete) ok 117 - Add inheritable class hash name/value pairs (hash) ok 118 - Inherited keys 2 ok 119 - Inherited values 2 ok 120 - Inherited keys 3 ok 121 - Inherited values 3 ok 122 - Inherited keys 4 ok 123 - Inherited values 4 ok 124 - Inherited exists 1 ok 125 - Inherited exists 2 ok 126 - Inherited exists 3 ok 127 - Inherited keys 5 ok 128 - Inherited values 5 ok 129 - Inherited keys 6 ok 130 - Inherited values 6 ok 131 - Inherited keys 7 ok 132 - Inherited values 7 ok 133 - Inherited keys 8 ok 134 - Inherited values 8 ok 135 - reset_icparams() 1 ok 136 - reset_icparams() 2 ok 137 - clear_icparams() 1 ok 138 - clear_icparams() 2 ok 139 - add_required_names() 1 ok 140 - name_is_required() bar ok 141 - name_is_valid() bar ok 142 - name_is_required() baz ok 143 - name_is_valid() baz ok 144 - name_is_required() foo ok 145 - name_is_valid() foo ok 146 - name_is_required() inherited bar ok 147 - name_is_valid() inherited bar ok 148 - name_is_required() inherited baz ok 149 - name_is_valid() inherited baz ok 150 - name_is_required() inherited foo ok 151 - name_is_valid() inherited foo ok 152 - add_required_names() 2 ok 153 - name_is_required() not inherited bar ok 154 - name_is_valid() not inherited bar ok 155 - name_is_required() not inherited baz ok 156 - name_is_valid() not inherited baz ok 157 - name_is_required() not inherited foo ok 158 - name_is_valid() not inherited foo ok 159 - delete_required_name() 1 ok 160 - delete_required_name() 2 ok 161 - delete_required_name() 3 ok 162 - delete_required_name() 4 ok 163 - delete_required_name() 5 ok 164 - required_name_value() 1 ok 165 - name_is_required() not set foo ok 166 - required_name_value() 2 ok 167 - required_name_value() 3 ok 168 - clear_required_names() ok 169 - inheritable_items() 1 ok 170 - add_valid_names() 1 ok 171 - name_is_valid() inherited bar ok 172 - name_is_valid() inherited baz ok 173 - name_is_valid() inherited foo ok 174 - name_is_valid() inherited blargh 1 ok 175 - name_is_valid() inherited blargh 2 ok 176 - name_is_valid() inherited blargh 3 ok 177 - name_is_valid() inherited blargh 4 ok 178 - name_is_valid() inherited blargh 5 ok 179 - name_is_valid() inherited blargh 6 ok 180 - name_is_valid() inherited blargh 7 ok 181 - name_is_valid() inherited blargh 8 ok 182 - name_is_valid() inherited blargh 9 ok 183 - name_is_valid() inherited bloop 1 ok 184 - name_is_valid() inherited bloop 2 ok 185 - name_is_valid() inherited bloop 3 ok 186 - name_is_valid() inherited bloop 4 ok 187 - name_is_valid() inherited bloop 5 ok 188 - name_is_valid() inherited bloop 6 ok 189 - name_is_valid() inherited bloop 7 ok 190 - name_is_valid() inherited bloop 8 ok 191 - name_is_valid() inherited bloop 9 ok 192 - name_is_valid() inherited bloop 10 ok 193 - name_is_valid() inherited bloop 11 ok 194 - name_is_valid() inherited bloop 12 ok 195 - name_is_valid() inherited bloop 13 ok 196 - name_is_valid() inherited bloop 14 ok 197 - name_is_valid() inherited bloop 15 ok 198 - name_is_valid() inherited bloop 16 ok 199 - name_is_valid() inherited bloop 17 ok 200 - name_is_valid() inherited bloop 18 ok 201 - name_is_valid() inherited bloop 19 ok 202 - name_is_valid() inherited bloop 20 ok 203 - name_is_valid() inherited bloop 21 ok 204 - name_is_valid() inherited bloop 22 ok 205 - name_is_valid() inherited bloop 23 ok 206 - name_is_valid() inherited bloop 24 ok 207 - name_is_valid() inherited bloop 25 ok 208 - name_is_valid() inherited bloop 26 ok 209 - name_is_valid() inherited bloop 27 ok 210 - name_is_valid() inherited bloop 28 ok 211 - name_is_valid() inherited argh 1 ok 212 - name_is_valid() inherited argh 2 ok 213 - name_is_valid() inherited argh 3 ok 214 - name_is_valid() inherited argh 4 ok 215 - name_is_valid() inherited argh 5 ok 216 - name_is_valid() inherited argh 6 ok 217 - name_is_valid() inherited argh 7 ok 218 - name_is_valid() inherited argh 8 ok 219 - name_is_valid() inherited argh 9 ok 220 - name_is_valid() inherited argh 10 ok 221 - name_is_valid() inherited argh 11 ok 222 - name_is_valid() inherited argh 12 ok 223 - name_is_valid() inherited argh 13 ok 224 - name_is_valid() inherited argh 14 ok 225 - name_is_valid() inherited argh 15 ok 226 - name_is_valid() inherited argh 16 ok 227 - clear_valid_names() ok 228 - name_is_happy() inherited foop ok 229 - name_is_valid() inherited implied foop ok 230 - name_is_happy() inherited splurt ok 231 - name_is_valid() inherited implied splurt ok 232 - name_is_happy() inherited whee ok 233 - name_is_valid() inherited implied whee ok 234 - name_is_happy() inherited whee 1 ok 235 - name_is_happy() inherited whee 2 ok 236 - name_is_happy() inherited whee 3 ok 237 - name_is_happy() inherited whee 4 ok 238 - name_is_happy() inherited whee 5 ok 239 - name_is_happy() inherited whee 6 ok 240 - name_is_happy() inherited whee 7 ok 241 - name_is_happy() inherited whee 8 ok 242 - name_is_happy() inherited whee 9 ok 243 - name_is_happy() inherited splurt 1 ok 244 - name_is_happy() inherited splurt 2 ok 245 - name_is_happy() inherited splurt 3 ok 246 - name_is_happy() inherited splurt 4 ok 247 - name_is_happy() inherited splurt 5 ok 248 - name_is_happy() inherited splurt 6 ok 249 - name_is_happy() inherited splurt 7 ok 250 - name_is_happy() inherited splurt 8 ok 251 - name_is_happy() inherited splurt 9 ok 252 - name_is_happy() inherited splurt 10 ok 253 - name_is_happy() inherited splurt 11 ok 254 - name_is_happy() inherited splurt 12 ok 255 - name_is_happy() inherited splurt 13 ok 256 - name_is_happy() inherited splurt 14 ok 257 - name_is_happy() inherited splurt 15 ok 258 - name_is_happy() inherited splurt 16 ok 259 - name_is_happy() inherited splurt 17 ok 260 - name_is_happy() inherited splurt 18 ok 261 - name_is_happy() inherited splurt 19 ok 262 - name_is_happy() inherited splurt 20 ok 263 - name_is_happy() inherited splurt 21 ok 264 - name_is_happy() inherited splurt 22 ok 265 - name_is_happy() inherited splurt 23 ok 266 - name_is_happy() inherited splurt 24 ok 267 - name_is_happy() inherited splurt 25 ok 268 - name_is_happy() inherited splurt 26 ok 269 - name_is_happy() inherited splurt 27 ok 270 - name_is_happy() inherited splurt 28 ok 271 - name_is_happy() inherited foop 1 ok 272 - name_is_happy() inherited foop 2 ok 273 - name_is_happy() inherited foop 3 ok 274 - name_is_happy() inherited foop 4 ok 275 - name_is_happy() inherited foop 5 ok 276 - name_is_happy() inherited foop 6 ok 277 - name_is_happy() inherited foop 7 ok 278 - name_is_happy() inherited foop 8 ok 279 - name_is_happy() inherited foop 9 ok 280 - name_is_happy() inherited foop 10 ok 281 - name_is_happy() inherited foop 11 ok 282 - name_is_happy() inherited foop 12 ok 283 - name_is_happy() inherited foop 13 ok 284 - name_is_happy() inherited foop 14 ok 285 - name_is_happy() inherited foop 15 ok 286 - name_is_happy() inherited foop 16 ok 287 - delete_implies 1 ok 288 - name_is_valid() inherited iip 1 ok 289 - name_is_valid() inherited iip 2 ok 290 - name_is_valid() inherited iip 3 ok 291 - name_is_valid() inherited iip 4 ok 292 - name_is_happy() inherited iip 1 ok 293 - name_is_happy() inherited iip 2 ok 294 - name_is_happy() inherited iip 3 ok 295 - name_is_happy() inherited iip 4 ok 296 - name_is_valid() inherited iip 5 ok 297 - name_is_valid() inherited iip 6 ok 298 - name_is_valid() inherited iip 7 ok 299 - name_is_valid() inherited iip 8 ok 300 - name_is_happy() inherited iip 5 ok 301 - name_is_happy() inherited iip 6 ok 302 - name_is_happy() inherited iip 7 ok 303 - name_is_happy() inherited iip 8 ok 304 - name_is_valid() inherited iip 9 ok 305 - name_is_valid() inherited iip 10 ok 306 - name_is_valid() inherited iip 11 ok 307 - name_is_valid() inherited iip 12 ok 308 - name_is_happy() inherited iip 9 ok 309 - name_is_happy() inherited iip 10 ok 310 - name_is_happy() inherited iip 11 ok 311 - name_is_happy() inherited iip 12 ok 14/311 skipped: various reasons t/redefine.......1..2 ok 1 - redefine 1 ok 2 # skip datetime tests: could not load Rose::DateTime::Util ok 1/2 skipped: datetime tests: could not load Rose::DateTime::Util All tests successful, 15 subtests skipped. Files=3, Tests=334, 1 wallclock secs ( 0.69 cusr + 0.13 csys = 0.82 CPU) Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Object.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Class.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Object/MakeMethods.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Object/MixIn.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Object/MakeMethods/DateTime.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Object/MakeMethods/Generic.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Class/MakeMethods/Generic.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Rose/Class/MakeMethods/Set.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Object.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Object::MakeMethods::DateTime.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Object::MakeMethods.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Class::MakeMethods::Generic.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Object::MixIn.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Class.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Class::MakeMethods::Set.3 Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Rose::Object::MakeMethods::Generic.3 Appending installation info to /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/perllocal.pod