Checking if your kit is complete... Looks good Writing Makefile for Class::AutoClass cp lib/Class/AutoClass/Root.pm blib/lib/Class/AutoClass/Root.pm cp lib/Class/AutoClass.pm blib/lib/Class/AutoClass.pm cp lib/Class/AutoClass/Args.pm blib/lib/Class/AutoClass/Args.pm Manifying blib/man3/Class::AutoClass::Root.3 Manifying blib/man3/Class::AutoClass.3 Manifying blib/man3/Class::AutoClass::Args.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/AutoArgsTest.....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 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 1..24 ok t/AutoClassTest....Name "testPackage5::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "testPackage4::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "testPackage3::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "testPackage6::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "testPackage6::DEFAULTS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 160. Name "testPackage6::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "testPackage6::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "testPackage6::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. 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 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 - test that AUTO_ATTRIBUTES initially undef ok 27 ok 28 ok 29 ok 30 - test simple setting ok 31 ok 32 - test set() method ok 33 ok 34 - test get() method ok 35 - test get() method ok 36 ok 37 ok 38 ok 39 ok 40 - testing that methods are not created for non-AUTO_ATTRIBUTES ok 41 - test that auto generated method is populated correctly with constructor initialization ok 42 ok 43 ok 44 ok 45 - test that auto generated method is populated correctly with _init initialization ok 46 ok 47 ok 48 - test AUTO_ATTRIBUTES with annon array ok 49 - test OTHER_ATTRIBUTES without initialization ok 50 - tesing OTHER_ATTRIBUTES initialized with _init ok 51 - checking synonyms ok 52 1..52 ok t/RootTest.........ok 1 - The object isa Class::AutoClass::Root Use of uninitialized value in join or string at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/IO/Scalar.pm line 421. ok 2 - testing deprecated ok 3 - testing stack_trace ok 4 - testing throw Use of uninitialized value in concatenation (.) or string at blib/lib/Class/AutoClass/Root.pm line 285. ok 5 - testing warn with no input - empty message expected ok 6 - testing warn with input 1..6 ok t/classvarTest.....Name "GrandChild::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "GrandChild::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "GrandChild::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "GrandChild::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. Name "Parent::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "Parent::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "Parent::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. Name "Child::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "Child::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "Child::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. ok 1 - class variable init'd at declare time, also answer to life, universe, etc ok 2 - set via DEFAULT ok 3 - test default value ok 4 - test value through normal class call ok 5 - same - but calling through object ok 6 ok 7 - value is reset for all referants ok 8 ok 9 - test Parent default value ok (class call) ok 10 - test Parent default value ok (obj call) ok 11 - test Parent default value ok (obj call) ok 12 - Child declares but does not set species ok 13 - Child inherits class variable ok 14 - test setting class var ok 15 ok 16 ok 17 ok 18 - test default value ok 19 - testing Parent class vars ok 20 ok 21 ok 22 - testing Child class vars ok 23 ok 24 ok 25 - testing GrandChild default vars ok 26 ok 27 ok 28 - test that Child not affected by GrandChild changing its class variable ok 29 - test that Parent not affected by GrandChild changing its class variable ok 30 ok 31 - test that Child not affected by GrandChild instance created by passing constructor parameters ok 32 - test that Parent not affected by GrandChild instance created by passing constructor parameters ok 33 - Parent invokation by classname ok 34 - Child invokation by classname ok 35 - GrandChild invokation by classname ok 36 - invokation by classname with inheritance ok 37 - invokation by classname to get a hash value ok 38 - invokation by classname to get a hash value w/inheritance 1..38 ok t/defaultTest......Name "GrandChild::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "GrandChild::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "GrandChild::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "GrandChild::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. Name "Parent::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "Parent::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "Parent::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. Name "Child::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "Child::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "Child::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. ok 1 - parent has correct default setting ok 2 - child has correct default setting ok 3 - grandchild has correct default setting 1..3 ok t/nullify..........Name "Nullable::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "Nullable::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "Nullable::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "Nullable::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. ok 1 - returns a Nullable object with param set ok 2 ok 3 1..3 ok t/synonym..........Name "Parent::AUTODB" used only once: possible typo at blib/lib/Class/AutoClass.pm line 176. Name "Parent::FORCE_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 197. Name "Parent::ANCESTORS" used only once: possible typo at blib/lib/Class/AutoClass.pm line 183. Name "Parent::CAN_NEW" used only once: possible typo at blib/lib/Class/AutoClass.pm line 190. ok 1 - var set using "gender", read using "sex" ok 2 - var set using "sex", read using "gender" ok 3 - var set using "sex", read using "whatisya" synonym 1..3 ok All tests successful. Files=7, Tests=129, 7 wallclock secs ( 6.63 cusr + 0.40 csys = 7.03 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/AutoClass.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/AutoClass/Root.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/AutoClass/Args.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::AutoClass::Root.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::AutoClass.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::AutoClass::Args.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Class/AutoClass/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod