Checking if your kit is complete... Looks good Writing Makefile for Class::InsideOut cp lib/Class/InsideOut/Manual/About.pm blib/lib/Class/InsideOut/Manual/About.pm cp lib/Class/InsideOut.pm blib/lib/Class/InsideOut.pm cp lib/Class/InsideOut/Manual/About.pod blib/lib/Class/InsideOut/Manual/About.pod cp lib/Class/InsideOut.pod blib/lib/Class/InsideOut.pod cp lib/Class/InsideOut/Manual/Advanced.pm blib/lib/Class/InsideOut/Manual/Advanced.pm cp lib/Class/InsideOut/Manual/Advanced.pod blib/lib/Class/InsideOut/Manual/Advanced.pod Manifying blib/man3/Class::InsideOut::Manual::About.3 Manifying blib/man3/Class::InsideOut.3 Manifying blib/man3/Class::InsideOut::Manual::Advanced.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/01_load..........................1..14 ok 1 - use Class::InsideOut; ok 2 - Class::InsideOut->can('options') ok 3 - Class::InsideOut->can('private') ok 4 - Class::InsideOut->can('property') ok 5 - Class::InsideOut->can('public') ok 6 - Class::InsideOut->can('register') ok 7 - Class::InsideOut->can('id') ok 8 - Class::InsideOut->can('_properties') ok 9 - Class::InsideOut->can('_object_count') ok 10 - Class::InsideOut->can('_leaking_memory') ok 11 - Class::InsideOut->can('CLONE') ok 12 - DESTROY not part of the API ok 13 - STORABLE_freeze not part of the API ok 14 - STORABLE_thaw not part of the API ok t/02_register......................1..25 ok 1 - no objects registered ok 2 - require t::Object::Trivial; ok 3 - Creating a t::Object::Trivial object ok 4 - Creating another t::Object::Trivial object ok 5 - object count correct ok 6 - require t::Object::RegisterRef; ok 7 - Creating a t::Object::RegisterRef object ok 8 - Creating another t::Object::RegisterRef object ok 9 - object count correct ok 10 - require t::Object::RegisterClassname; ok 11 - Creating a t::Object::RegisterClassname object ok 12 - Creating another t::Object::RegisterClassname object ok 13 - object count correct ok 14 - Destroying an object ok 15 - object count correct ok 16 - Destroying an object ok 17 - object count correct ok 18 - Destroying an object ok 19 - object count correct ok 20 - Destroying an object ok 21 - object count correct ok 22 - Destroying an object ok 23 - object count correct ok 24 - Destroying an object ok 25 - object count correct ok t/03_properties....................1..15 ok 1 - require t::Object::Animal::Jackalope; ok 2 - t::Object::Animal::Jackalope has/inherited its expected properties ok 3 - t::Object::Animal::Jackalope has no objects registered ok 4 - Creating a t::Object::Animal::Jackalope object ok 5 - Creating another t::Object::Animal::Jackalope object ok 6 - Setting a name for the first object ok 7 - Setting a name for the second object ok 8 - Objects have different names ok 9 - Setting a color for the first object ok 10 - Setting a speed for the first object ok 11 - Setting points for the first object ok 12 - Setting a kill-count for the second object ok 13 - Destroying the first object ok 14 - Destroying the second object ok 15 - t::Object::Animal::Jackalope is not leaking memory ok t/04_threaded......................1..0 # Skip thread support requires perl 5.8.5 skipped all skipped: thread support requires perl 5.8.5 t/05_forking.......................1..10 ok 1 - require t::Object::Animal; ok 2 - require t::Object::Animal::Antelope; ok 3 - Creating a t::Object::Animal object ok 4 - Creating a t::Object::Animal::Antelope object ok 5 - Setting a name for the superclass object in the parent ok 6 - Setting a name for the subclass object in the parent ok 7 - Setting a color for the subclass object in the parent ok 8 - got right superclass object name in child ok 9 - got right subclass object name in child ok 10 - got right subclass object name in child ok t/06_export_ok.....................1..34 ok 1 - setting package to 'export_ok_test' ok 2 - require Class::InsideOut; ok 3 - Importing all @EXPORT_OK functions ok 4 - export_ok_test->can('id') ok 5 - export_ok_test->can('private') ok 6 - export_ok_test->can('public') ok 7 - export_ok_test->can('register') ok 8 - export_ok_test->can('options') ok 9 - export_ok_test->can('property') ok 10 - export_ok_test->can('DESTROY') ok 11 - export_ok_test->can('STORABLE_freeze') ok 12 - export_ok_test->can('STORABLE_thaw') ok 13 - setting package to 'export_tags_std_test' ok 14 - require Class::InsideOut; ok 15 - Importing ':std' tag ok 16 - export_tags_std_test->can('id') ok 17 - export_tags_std_test->can('private') ok 18 - export_tags_std_test->can('public') ok 19 - export_tags_std_test->can('register') ok 20 - export_tags_std_test->can('DESTROY') ok 21 - export_tags_std_test->can('STORABLE_freeze') ok 22 - export_tags_std_test->can('STORABLE_thaw') ok 23 - setting package to 'export_tags_all_test' ok 24 - require Class::InsideOut; ok 25 - Importing ':all' tag ok 26 - export_tags_all_test->can('id') ok 27 - export_tags_all_test->can('private') ok 28 - export_tags_all_test->can('public') ok 29 - export_tags_all_test->can('register') ok 30 - export_tags_all_test->can('options') ok 31 - export_tags_all_test->can('property') ok 32 - export_tags_all_test->can('DESTROY') ok 33 - export_tags_all_test->can('STORABLE_freeze') ok 34 - export_tags_all_test->can('STORABLE_thaw') ok t/07_synopsis_obj..................1..12 ok 1 - require t::Object::Synopsis; ok 2 - t::Object::Synopsis has/inherited its expected properties ok 3 - t::Object::Synopsis has no objects registered ok 4 - Creating a t::Object::Synopsis object ok 5 - Creating another t::Object::Synopsis object ok 6 - Setting a name for the first object ok 7 - Setting a name for the second object ok 8 - Objects have different names ok 9 - Object greeting correct ok 10 - Destroying the first object ok 11 - Destroying the second object ok 12 - t::Object::Synopsis is not leaking memory ok t/08_DEMOLISH......................1..9 ok 1 - require t::Object::Animal; ok 2 - require t::Object::Animal::Antelope; ok 3 - Creating a t::Object::Animal object ok 4 - Creating a t::Object::Animal::Antelope object ok 5 - Count of animals is 2 ok 6 - Destroying the subclass object ok 7 - Subclass shouldn't inherit superclass DEMOLISH ok 8 - Destroying the first object ok 9 - t::Object::Animal::DEMOLISH decremented the count of animals to 1 ok t/09_foreign.......................1..5 ok 1 - require t::Object::Foreign; ok 2 - Creating a t::Object::Foreign object ok 3 - Object isa IO::File ok 4 - Read a line from the t::Object::Foreign object ok 5 - Setting a name for the object ok t/10_storable_values...............1..0 # Skip Storable >= 2.04 not installed skipped all skipped: Storable >= 2.04 not installed t/11_storable_refs.................1..0 # Skip Storable >= 2.04 not installed skipped all skipped: Storable >= 2.04 not installed t/12_storable_hooks................1..0 # Skip Storable >= 2.04 not installed skipped all skipped: Storable >= 2.04 not installed t/13_options.......................1..5 ok 1 - use Class::InsideOut; ok 2 - main->can('options') ok 3 - No options set ok 4 - Setting options ok 5 - options() provides current options ok t/14_accessor_hooks................1..21 ok 1 - require t::Object::Hooked; ok 2 - t::Object::Hooked has/inherited its expected properties ok 3 - Creating a t::Object::Hooked object ok 4 - integer(3.14) dies ok 5 - 'at' count correct ok 6 - integer(42) lives ok 7 - integer() == 42 ok 8 - word(^^^^) dies ok 9 - word(apple) lives ok 10 - word() eq 'apple' ok 11 - uppercase(banana) lives ok 12 - uppercase() eq 'BANANA' ok 13 - list(qw(foo bar bam)) lives ok 14 - list() gives qw(foo bar bam) ok 15 - list( [qw(foo bar bam)] ) lives ok 16 - list() gives qw(foo bar bam) ok 17 - reverser(qw(foo bar bam)) lives ok 18 - reverser() in list context gives qw(bam bar foo) ok 19 - reverser() in scalar context gives mabraboof ok 20 - write_only lives on write ok 21 - write only dies on write (and was caught) ok t/15_no_weaken_fallback............1..2 ok 1 - require t::Object::Trivial succeeded without XS ok 2 - Saw warning for Scalar::Util::weaken unavailable ok t/16_property_argument_checking....1..20 ok 1 - require Class::InsideOut; ok 2 - property: invalid property name: bad symbols ok 3 - property: invalid property name: leading number ok 4 - property: invalid property name: object ok 5 - property: invalid property store: not a hashref ok 6 - property: invalid property options: passed arrayref, not a hashref ok 7 - property: invalid property options: passed scalar, not a hashref ok 8 - public: invalid property name: bad symbols ok 9 - public: invalid property name: leading number ok 10 - public: invalid property name: object ok 11 - public: invalid property store: not a hashref ok 12 - public: invalid property options: passed arrayref, not a hashref ok 13 - public: invalid property options: passed scalar, not a hashref ok 14 - private: invalid property name: bad symbols ok 15 - private: invalid property name: leading number ok 16 - private: invalid property name: object ok 17 - private: invalid property store: not a hashref ok 18 - private: invalid property options: passed arrayref, not a hashref ok 19 - private: invalid property options: passed scalar, not a hashref ok 20 - Duplicate property name detected ok t/17_option_argument_checking......1..7 ok 1 - require Class::InsideOut; ok 2 - invalid options argument: array is not a hash ok 3 - invalid options argument: scalar is not a hash ok 4 - invalid options argument: unknown option ok 5 - invalid options argument: bad 'privacy' option ok 6 - invalid options argument: bad 'set_hook' option ok 7 - invalid options argument: bad 'get_hook' option ok t/18_register_argument_checking....1..3 ok 1 - require Class::InsideOut; ok 2 - invalid call to register: no argument ok 3 - invalid register argument: reference with no class name ok t/19_storable_singleton............1..0 # Skip Storable >= 2.14 needed for singleton support skipped all skipped: Storable >= 2.14 needed for singleton support t/20_storable_singleton_error......1..0 # Skip Storable >= 2.14 needed for singleton support skipped all skipped: Storable >= 2.14 needed for singleton support t/21_optional_new..................1..17 ok 1 - require t::Object::WithNew::Inherited; ok 2 - t::Object::WithNew::Inherited->can('new') ok 3 - new() ok 4 - The object isa t::Object::WithNew::Inherited ok 5 - new( %hash ) ok 6 - The object isa t::Object::WithNew::Inherited ok 7 - name property initialized correctly ok 8 - age property initialized correctly ok 9 - superclass age property initialized correctly ok 10 - new( \%hash ) ok 11 - The object isa t::Object::WithNew::Inherited ok 12 - name property initialized correctly ok 13 - age property initialized correctly ok 14 - superclass age property initialized correctly ok 15 - new( qw/foo/ ) croaks ok 16 - new( qw/foo bar bam/ ) croaks ok 17 - new( [ qw/foo bar/ ] ) croaks ok t/22_readonly......................1..6 ok 1 - require t::Object::ReadOnly; ok 2 - t::Object::ReadOnly has/inherited its expected properties ok 3 - Creating a t::Object::ReadOnly object ok 4 - initialized readonly accessor readable and correct ok 5 - uninitialized readonly accessor returns undef ok 6 - readonly accessor dies if given an argument ok All tests successful, 6 tests skipped. Files=22, Tests=205, 19 wallclock secs (16.59 cusr + 1.21 csys = 17.80 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/InsideOut.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/InsideOut.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/InsideOut/Manual/About.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/InsideOut/Manual/About.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/InsideOut/Manual/Advanced.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/InsideOut/Manual/Advanced.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::InsideOut::Manual::About.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::InsideOut.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::InsideOut::Manual::Advanced.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Class/InsideOut/.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