*** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::Simple ...loaded. (0.72 >= 0.42) - Scalar::Util ...loaded. (1.19 >= 1.14) - version ...loaded. (0.74) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Warning: the following files are missing in your kit: t/.01-basic.t.swp Please inform the author. Writing Makefile for Class::Dot /bin/sh -c true /bin/sh -c true cp lib/Class/Dot/Types.pod blib/lib/Class/Dot/Types.pod cp lib/Perl/Tags/ClassDot.pm blib/lib/Perl/Tags/ClassDot.pm cp lib/Class/Dot.pm blib/lib/Class/Dot.pm cp lib/Perl/Tags/ClassDot/Tag/Property.pod blib/lib/Perl/Tags/ClassDot/Tag/Property.pod cp lib/Perl/Tags/ClassDot.pod blib/lib/Perl/Tags/ClassDot.pod cp lib/Perl/Tags/ClassDot/Tag/Property.pm blib/lib/Perl/Tags/ClassDot/Tag/Property.pm cp lib/Class/Dot.pod blib/lib/Class/Dot.pod cp lib/Class/Dot/Types.pm blib/lib/Class/Dot/Types.pm Manifying blib/man3/Class::Dot::Types.3 Manifying blib/man3/Perl::Tags::ClassDot::Tag::Property.3 Manifying blib/man3/Perl::Tags::ClassDot.3 Manifying blib/man3/Class::Dot.3 /bin/sh -c true /bin/sh -c true PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/00-Kwalitee.t t/00-YAML-META_valid.t t/cat.t t/minimum_version.t t/perlcritic.t t/pod-coverage.t t/pod-spell.t t/pod.t t/properties.t t/testchained.t t/testcomplete.t t/00-Kwalitee...........1..0 # Skip Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to # run. skipped all skipped: Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to t/00-YAML-META_valid....1..0 # Skip Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to # run. skipped all skipped: Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to t/cat...................1..61 ok 1 - use Cat; ok 2 - use Class::Dot; ok 3 - only one export class allowed ok 4 ok 5 - properties_for_class(Cat) ok 6 - properties_for_class(Cat) ok 7 - Cat->can('state') ok 8 - Cat->can('set_state') ok 9 - Cat->can('fur') ok 10 - Cat->can('set_fur') ok 11 - Cat->can('memory') ok 12 - Cat->can('set_memory') ok 13 - Cat->can('dna') ok 14 - Cat->can('set_dna') ok 15 - Cat->can('colour') ok 16 - Cat->can('set_colour') ok 17 - Cat->can('brain') ok 18 - Cat->can('set_brain') ok 19 - Cat->can('family') ok 20 - Cat->can('set_family') ok 21 - Cat->can('gender') ok 22 - Cat->can('set_gender') ok 23 - Cat->can('action') ok 24 - Cat->can('set_action') ok 25 - Cat->can('new') ok 26 - Cat->can('BUILD') ok 27 ok 28 ok 29 - ->BUILD ok 30 - cat->gender ok 31 - cat->memory ok 32 - cat->fur ok 33 - cat->action ok 34 ok 35 ok 36 - Cat->can('state') ok 37 - Cat->can('set_state') ok 38 - Cat->can('fur') ok 39 - Cat->can('set_fur') ok 40 - Cat->can('memory') ok 41 - Cat->can('set_memory') ok 42 - Cat->can('dna') ok 43 - Cat->can('set_dna') ok 44 - Cat->can('colour') ok 45 - Cat->can('set_colour') ok 46 - Cat->can('brain') ok 47 - Cat->can('set_brain') ok 48 - Cat->can('family') ok 49 - Cat->can('set_family') ok 50 - Cat->can('gender') ok 51 - Cat->can('set_gender') ok 52 - Cat->can('action') ok 53 - Cat->can('set_action') ok 54 - Cat->can('new') ok 55 - Cat->can('BUILD') ok 56 - ->BUILD ok 57 - cat->gender ok 58 - cat->memory ok 59 - cat->state ok 60 - cat->family ok 61 - cat->family ok t/minimum_version.......1..0 # Skip Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. skipped all skipped: Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. t/perlcritic............1..0 # Skip Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. skipped all skipped: Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. t/pod-coverage..........1..0 # Skip Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. skipped all skipped: Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. t/pod-spell.............1..0 # Skip Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. skipped all skipped: Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. t/pod...................1..0 # Skip Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. skipped all skipped: Author test. Set $ENV{CLASS_DOT_AUTHOR} to a true value to run. t/properties............1..60 ok 1 - use Class::Dot; ok 2 - property without property ok 3 - defaults ok after second instance ok 4 - TestProperties->can('foo') ok 5 - TestProperties->can('set_foo') ok 6 - TestProperties->can('bar') ok 7 - TestProperties->can('set_bar') ok 8 - TestProperties->can('obj') ok 9 - TestProperties->can('set_obj') ok 10 - TestProperties->can('defval') ok 11 - TestProperties->can('set_defval') ok 12 - TestProperties->can('digit') ok 13 - TestProperties->can('set_digit') ok 14 - TestProperties->can('hash') ok 15 - TestProperties->can('set_hash') ok 16 - TestProperties->can('array') ok 17 - TestProperties->can('set_array') ok 18 - TestProperties->can('nodefault') ok 19 - TestProperties->can('set_nodefault') ok 20 - TestProperties->can('intnoval') ok 21 - TestProperties->can('set_intnoval') ok 22 - TestProperties->can('string') ok 23 - TestProperties->can('set_string') ok 24 - isa_Object creates a new object of the type it is by default isa Cat ok 25 - isa_Object doesn't create new object if object already set. ok 26 - isa_Object with no default class ok 27 - isa_Data has no default value ok 28 - retrieve a value ok 29 - retrieve another value ok 30 - array with default_values ok 31 - isa_Hash default value ok 32 - isa_Int default value ok 33 - property that does not use isa_* ok 34 - int with no default value is not true ok 35 - int with no default is not defined ok 36 - property with no type set is not true ok 37 - property with no type set is not defined ok 38 - string with no default value is not true ok 39 - string with no default value is not defined ok 40 - default value for isa_String ok 41 - croak on bar("value") ok 42 - return value of isa_Code w/o default isa CODE ok 43 - return value of isa_Code w/ default isa CODE ok 44 - isa_Code property is callable ok 45 - return value of isa_File w/o default isa FileHandle ok 46 - return value of isa_File w/ default isa GLOB ok 47 - read from a isa_File ok 48 - TestProperties->can('__setattr__') ok 49 - TestProperties->can('__getattr__') ok 50 - TestProperties->can('__hasattr__') ok 51 - ->__hasattr__() existing ok 52 - ->__hasattr__() nonexisting ok 53 - ->__setattr__() with existing attr ok 54 - ->__setattr__() with nonexisting attr ok 55 - ->__getattr()__ set after ->__setattr__() ok 56 - ->$property() set after ->__setattr__() ok 57 - override with after_property_set ok 58 - override with after_property_get ok 59 - override with sub set_xxx {...} ok 60 - override with sub xxx {...} ok t/testchained...........1..12 ok 1 - use TestChained; ok 2 - The object isa TestChained ok 3 - chaining worked isa TestChained ok 4 - name() chained ok 5 - email() chained ok 6 - address() chained ok 7 - birthdate_year() chained ok 8 - chaining worked isa TestChained ok 9 - name() chained ok 10 - email() chained ok 11 - address() chained ok 12 - birthdate_year() chained ok t/testcomplete..........1..17 ok 1 - use TestComplete; ok 2 - The object isa TestComplete::Type1 ok 3 - type1 no1 from_base ok 4 - type1 no1 in_type1 ok 5 - type1 no1 cannot in_type2 ok 6 - The object isa TestComplete::Type1 ok 7 - type1 no2 from_base ok 8 - type1 no2 in_type1 ok 9 - type1 no2 cannot in_type2 ok 10 - The object isa TestComplete::Type2 ok 11 - type2 no1 from_base ok 12 - type2 no1 in_type2 ok 13 - type2 no1 cannot in_type1 ok 14 - The object isa TestComplete::Type2 ok 15 - type2 no2 from_base ok 16 - type2 no2 in_type2 ok 17 - type2 no2 cannot in_type1 ok All tests successful, 7 tests skipped. Files=11, Tests=150, 12 wallclock secs ( 8.91 cusr + 0.89 csys = 9.80 CPU) /bin/sh -c true /bin/sh -c true Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Perl/Tags/ClassDot.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Perl/Tags/ClassDot.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Perl/Tags/ClassDot/Tag/Property.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Perl/Tags/ClassDot/Tag/Property.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/Dot.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/Dot.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/Dot/Types.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Class/Dot/Types.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::Dot::Types.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Perl::Tags::ClassDot::Tag::Property.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Perl::Tags::ClassDot.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Class::Dot.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Class/Dot/.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