Checking if your kit is complete... Looks good Writing Makefile for Tree::Simple::View cp lib/Tree/Simple/View/DHTML.pm blib/lib/Tree/Simple/View/DHTML.pm cp lib/Tree/Simple/View/Exceptions.pm blib/lib/Tree/Simple/View/Exceptions.pm cp lib/Tree/Simple/View.pm blib/lib/Tree/Simple/View.pm cp lib/Tree/Simple/View/ASCII.pm blib/lib/Tree/Simple/View/ASCII.pm cp lib/Tree/Simple/View/HTML.pm blib/lib/Tree/Simple/View/HTML.pm Manifying blib/man3/Tree::Simple::View::DHTML.3 Manifying blib/man3/Tree::Simple::View::Exceptions.3 Manifying blib/man3/Tree::Simple::View.3 Manifying blib/man3/Tree::Simple::View::ASCII.3 Manifying blib/man3/Tree::Simple::View::HTML.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/10_Tree_Simple_View_test..............1..31 ok 1 - use Tree::Simple::View; ok 2 - The object isa Tree::Simple ok 3 - Tree::Simple::View->can('new') ok 4 - ... cannot create a Tree::Simple::View instance ok 5 - The object isa My::Tree::Simple::View ok 6 - The object isa Tree::Simple::View ok 7 - ... this should die from bad input ok 8 - ... this should die from bad input ok 9 - ... this should die from bad input ok 10 - ... this should die from bad input ok 11 - My::Tree::Simple::View->can('getTree') ok 12 - ... our tree is the same ok 13 - My::Tree::Simple::View->can('getConfig') ok 14 - ... our configs are the same ok 15 - My::Tree::Simple::View->can('setPathComparisonFunction') ok 16 - ... this should die from bad input ok 17 - My::Tree::Simple::View->can('expandAll') ok 18 - ... this should die because it calls an abstract method ok 19 - My::Tree::Simple::View->can('expandAllSimple') ok 20 - ... this should die because it calls an abstract method ok 21 - My::Tree::Simple::View->can('expandAllComplex') ok 22 - ... this should die because it calls an abstract method ok 23 - My::Tree::Simple::View->can('expandPath') ok 24 - ... this should die because it calls an abstract method ok 25 - My::Tree::Simple::View->can('expandPathSimple') ok 26 - ... this should die because it calls an abstract method ok 27 - My::Tree::Simple::View->can('expandPathComplex') ok 28 - ... this should die because it calls an abstract method ok 29 - The object isa Tree::Simple::View ok 30 - ... this should die because it calls an abstract method ok 31 - ... this should die because it calls an abstract method ok t/20_Tree_Simple_View_HTML_test.........1..46 ok 1 - use Tree::Simple::View::HTML; ok 2 - The object isa Tree::Simple ok 3 - Tree::Simple::View::HTML->can('new') ok 4 - Tree::Simple::View::HTML->can('expandAll') ok 5 - The object isa Tree::Simple::View::HTML ok 6 - ... make sure we got some output ok 7 - ... got what we expected ok 8 - The object isa Tree::Simple::View::HTML ok 9 - ... make sure we got some output ok 10 - ... got what we expected ok 11 - The object isa Tree::Simple::View::HTML ok 12 - ... make sure we got some output ok 13 - ... got what we expected ok 14 - The object isa Tree::Simple::View::HTML ok 15 - ... make sure we got some output ok 16 - ... got what we expected ok 17 - The object isa Tree::Simple::View::HTML ok 18 - ... make sure we got some output ok 19 - ... got what we expected ok 20 - The object isa Tree::Simple::View::HTML ok 21 - ... make sure we got some output ok 22 - ... got what we expected ok 23 - The object isa Tree::Simple::View::HTML ok 24 - ... make sure we got some output ok 25 - ... got what we expected ok 26 - The object isa Tree::Simple::View::HTML ok 27 - ... make sure we got some output ok 28 - ... got what we expected ok 29 - The object isa Tree::Simple::View::HTML ok 30 - ... make sure we got some output ok 31 - ... got what we expected ok 32 - The object isa Tree::Simple::View::HTML ok 33 - ... make sure we got some output ok 34 - ... got what we expected ok 35 - The object isa Tree::Simple::View::HTML ok 36 - ... make sure we got some output ok 37 - ... got what we expected ok 38 - The object isa Tree::Simple::View::HTML ok 39 - ... make sure we got some output ok 40 - ... got what we expected ok 41 - The object isa Tree::Simple::View::HTML ok 42 - ... make sure we got some output ok 43 - ... got what we expected ok 44 - The object isa Tree::Simple::View::HTML ok 45 - ... make sure we got some output ok 46 - ... got what we expected ok t/22_Tree_Simple_View_HTML_tag_style....1..32 ok 1 - use Tree::Simple::View::HTML; ok 2 - The object isa Tree::Simple ok 3 - Tree::Simple::View::HTML->can('new') ok 4 - Tree::Simple::View::HTML->can('expandAll') ok 5 - ... invalid tag_style ok 6 - The object isa Tree::Simple::View::HTML ok 7 - ... make sure we got some output ok 8 - ... got what we expected ok 9 - The object isa Tree::Simple::View::HTML ok 10 - ... make sure we got some output ok 11 - ... got what we expected ok 12 - The object isa Tree::Simple::View::HTML ok 13 - ... make sure we got some output ok 14 - ... got what we expected ok 15 - The object isa Tree::Simple::View::HTML ok 16 - ... make sure we got some output ok 17 - ... got what we expected ok 18 - The object isa Tree::Simple::View::HTML ok 19 - ... make sure we got some output ok 20 - ... got what we expected ok 21 - The object isa Tree::Simple::View::HTML ok 22 - ... make sure we got some output ok 23 - ... got what we expected ok 24 - The object isa Tree::Simple::View::HTML ok 25 - ... make sure we got some output ok 26 - ... got what we expected ok 27 - The object isa Tree::Simple::View::HTML ok 28 - ... make sure we got some output ok 29 - ... got what we expected ok 30 - The object isa Tree::Simple::View::HTML ok 31 - ... make sure we got some output ok 32 - ... got what we expected ok t/30_Tree_Simple_View_DHTML_test........1..55 ok 1 - use Tree::Simple::View::DHTML; ok 2 - The object isa Tree::Simple ok 3 - Tree::Simple::View::DHTML->can('new') ok 4 - Tree::Simple::View::DHTML->can('expandAll') ok 5 - The object isa Tree::Simple::View::DHTML ok 6 - ... make sure we got some output ok 7 - ... got what we expected ok 8 - The object isa Tree::Simple::View::DHTML ok 9 - ... make sure we got some output ok 10 - ... got what we expected ok 11 - The object isa Tree::Simple::View::DHTML ok 12 - ... make sure we got some output ok 13 - ... got what we expected ok 14 - The object isa Tree::Simple::View::DHTML ok 15 - ... make sure we got some output ok 16 - ... got what we expected ok 17 - The object isa Tree::Simple::View::DHTML ok 18 - ... make sure we got some output ok 19 - ... got what we expected ok 20 - The object isa Tree::Simple::View::DHTML ok 21 - ... make sure we got some output ok 22 - ... got what we expected ok 23 - The object isa Tree::Simple::View::DHTML ok 24 - ... make sure we got some output ok 25 - ... got what we expected ok 26 - The object isa Tree::Simple::View::DHTML ok 27 - ... make sure we got some output ok 28 - ... got what we expected ok 29 - The object isa Tree::Simple::View::DHTML ok 30 - ... make sure we got some output ok 31 - ... got what we expected ok 32 - The object isa Tree::Simple::View::DHTML ok 33 - ... make sure we got some output ok 34 - ... got what we expected ok 35 - The object isa Tree::Simple::View::DHTML ok 36 - ... make sure we got some output ok 37 - ... got what we expected ok 38 - The object isa Tree::Simple::View::DHTML ok 39 - ... make sure we got some output ok 40 - ... got what we expected ok 41 - The object isa Tree::Simple::View::DHTML ok 42 - ... make sure we got some output ok 43 - ... got what we expected ok 44 - The object isa Tree::Simple::View::DHTML ok 45 - ... make sure we got some output ok 46 - ... got what we expected ok 47 - The object isa Tree::Simple::View::DHTML ok 48 - ... make sure we got some output ok 49 - ... got what we expected ok 50 - The object isa Tree::Simple::View::DHTML ok 51 - ... make sure we got some output ok 52 - ... got what we expected ok 53 - The object isa Tree::Simple::View::DHTML ok 54 - ... make sure we got some output ok 55 - ... got what we expected ok t/40_Tree_Simple_View_ASCII_test........1..16 ok 1 - use Tree::Simple::View::ASCII; ok 2 - The object isa Tree::Simple ok 3 - Tree::Simple::View::ASCII->can('new') ok 4 - Tree::Simple::View::ASCII->can('expandAll') ok 5 - The object isa Tree::Simple::View::ASCII ok 6 - ... make sure we got some output ok 7 - ... got what we expected ok 8 - The object isa Tree::Simple::View::ASCII ok 9 - ... make sure we got some output ok 10 - ... got what we expected ok 11 - The object isa Tree::Simple::View::ASCII ok 12 - ... make sure we got some output ok 13 - ... got what we expected ok 14 - The object isa Tree::Simple::View::ASCII ok 15 - ... make sure we got some output ok 16 - ... got what we expected ok t/pod...................................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD t/pod_coverage..........................1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage All tests successful, 2 tests skipped. Files=7, Tests=180, 7 wallclock secs ( 6.34 cusr + 0.37 csys = 6.71 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Tree/Simple/View.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Tree/Simple/View/DHTML.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Tree/Simple/View/Exceptions.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Tree/Simple/View/ASCII.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Tree/Simple/View/HTML.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Tree::Simple::View::DHTML.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Tree::Simple::View::Exceptions.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Tree::Simple::View.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Tree::Simple::View::ASCII.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Tree::Simple::View::HTML.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Tree/Simple/View/.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