Checking if your kit is complete... Looks good Warning: prerequisite Test::Simple 0.49 not found. We have 0.47. Writing Makefile for Test::Plan cp lib/Test/Plan.pm blib/lib/Test/Plan.pm Manifying blib/man3/Test::Plan.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/01unit/01compile.t t/01unit/02import.t t/01unit/10need_module.t t/01unit/11need_min_module_version.t t/01unit/12need_min_perl_version.t t/01unit/13config_enabled.t t/01unit/14need_perl_iolayers.t t/01unit/15need_threads.t t/01unit/16need_perl.t t/01unit/17under_construction.t t/01unit/18skip_reason.t t/01unit/19need.t t/01unit/20plan.t t/02function/01plan/01solo.t t/02function/01plan/02ok.t t/02function/01plan/03skip.t t/02function/01plan/04cv-ok.t t/02function/01plan/05cv-skip.t t/02function/01plan/06die.t t/02function/01plan/07planfirst-ok.t t/02function/01plan/08planfirst-skip.t t/02function/01plan/09example-skip.t t/02function/01plan/10exampletm-skip.t t/02function/02need_module/01ok.t t/02function/02need_module/02skip.t t/02function/02need_module/03multi-ok.t t/02function/02need_module/04multi-skip.t t/02function/02need_module/05array-ok.t t/02function/02need_module/06array-skip.t t/01unit/01compile.........................1..1 ok 1 - use Test::Plan; ok t/01unit/02import..........................1..11 ok 1 - use Test::Plan; ok 2 - was able to call function 'plan' directly ok 3 - was able to call function 'need' directly ok 4 - was able to call function 'need_module' directly ok 5 - was able to call function 'need_min_perl_version' directly ok 6 - was able to call function 'need_min_module_version' directly ok 7 - was able to call function 'need_perl_iolayers' directly ok 8 - was able to call function 'need_threads' directly ok 9 - was able to call function 'need_perl' directly ok 10 - was able to call function 'under_construction' directly ok 11 - was able to call function 'skip_reason' directly ok t/01unit/10need_module.....................1..11 ok 1 - use Test::Plan; ok 2 - non-existent package returns false ok 3 - @SkipReasons populated for a single failure ok 4 - existent package returns true ok 5 - @SkipReasons global is empty on success ok 6 - mixed found and not found returns false ok 7 - @SkipReasons populated for mixed success and failure ok 8 - existent package as array reference returns true ok 9 - @SkipReasons global is empty on success ok 10 - mixed found and not found as array reference returns false ok 11 - @SkipReasons populated for mixed success and failure ok t/01unit/11need_min_module_version.........1..10 ok 1 - use Test::Plan; ok 2 - non-existent package returns false ok 3 - @SkipReasons shows module not found ok 4 - existent package without version returns true ok 5 - @SkipReasons global is empty on success ok 6 - version too high returns false ok 7 - @SkipReasons shows version not high enough ok 8 - version acceptable returns true ok 9 - @SkipReasons empty for version ok ok 10 - version acceptable returns true without warnings ok t/01unit/12need_min_perl_version...........1..8 ok 1 - use Test::Plan; ok 2 - unspecified version returns true ok 3 - @SkipReasons empty for any version found ok 4 - 5.004 found (since we require it in Test::Plan) ok 5 - @SkipReasons empty for ok version found ok 6 - version too high returns false ok 7 - @SkipReasons shows version not high enough ok 8 - version acceptable returns true without warnings ok t/01unit/13config_enabled..................1..5 ok 1 - use Test::Plan; ok 2 - foo not configured ok 3 - property not found ok 4 - property found but not defined ok 5 - property found and defined ok t/01unit/14need_perl_iolayers..............1..3 ok 1 - use Test::Plan; ok 2 - property not found ok 3 - property found ok t/01unit/15need_threads....................1..3 ok 1 - use Test::Plan; ok 2 - property not found ok 3 - property found ok t/01unit/16need_perl.......................1..5 ok 1 - use Test::Plan; ok 2 - threads property not found ok 3 - threads property found ok 4 - property not found ok 5 - property found ok t/01unit/17under_construction..............1..3 ok 1 - use Test::Plan; ok 2 - under_construction() returns false ok 3 - @SkipReasons under construction ok t/01unit/18skip_reason.....................1..3 ok 1 - use Test::Plan; ok 2 - skip_reason() returns false ok 3 - @SkipReasons holds custom reason ok t/01unit/19need............................1..9 ok 1 - use Test::Plan; ok 2 - non-existent package returns false ok 3 - @SkipReasons populated for a single failure ok 4 - minimum perl version not met ok 5 - @SkipReasons global contains just the single failure ok 6 - mixed found and not found returns false ok 7 - @SkipReasons populated for mixed success and failure ok 8 - existent package as array reference returns true ok 9 - @SkipReasons global is empty on success ok t/01unit/20plan............................1..15 ok 1 - use Test::Plan; ok 2 - plan() found 'tests' ok 3 - plan() found 3 tests ok 4 - skipping due to cv returning false ok 5 - no reason passed to skip_all ok 6 - plan() found 'tests' with true cv ok 7 - plan() found 3 tests with true cv ok 8 - skipping due to array ref of imaginary packages ok 9 - unknown module given as reason ok 10 - plan() found 'tests' with array reference ok 11 - plan() found 3 tests with array reference ok 12 - skipping due to false boolean ok 13 - no reason passed with false boolean ok 14 - plan() found 'tests' with true boolean ok 15 - plan() found 3 tests with true boolean ok t/02function/01plan/01solo.................1..0 # Skip cannot find module 'Foo::Zwazzle' skipped all skipped: cannot find module 'Foo::Zwazzle' t/02function/01plan/02ok...................1..1 ok 1 - this test should run ok t/02function/01plan/03skip.................1..0 skipped all skipped: no reason given t/02function/01plan/04cv-ok................1..1 ok 1 - this test should run ok t/02function/01plan/05cv-skip..............1..0 skipped all skipped: no reason given t/02function/01plan/06die..................1..1 ok 1 - hash reference is an unknown precondition for plan() ok t/02function/01plan/07planfirst-ok.........1..1 ok 1 - this test should run ok t/02function/01plan/08planfirst-skip.......1..0 # Skip cannot find module 'Foo::Zwazzle' skipped all skipped: cannot find module 'Foo::Zwazzle' t/02function/01plan/09example-skip.........1..0 skipped all skipped: no reason given t/02function/01plan/10exampletm-skip.......1..0 skipped all skipped: no reason given t/02function/02need_module/01ok............1..1 ok 1 - this test should run ok t/02function/02need_module/02skip..........1..0 # Skip cannot find module 'Foo::Zwazzle' skipped all skipped: cannot find module 'Foo::Zwazzle' t/02function/02need_module/03multi-ok......1..1 ok 1 - this test should run ok t/02function/02need_module/04multi-skip....1..0 # Skip cannot find module 'Foo::Zwazzle' skipped all skipped: cannot find module 'Foo::Zwazzle' t/02function/02need_module/05array-ok......1..1 ok 1 - this test should run ok t/02function/02need_module/06array-skip....1..0 # Skip cannot find module 'Foo::Zwazzle' skipped all skipped: cannot find module 'Foo::Zwazzle' All tests successful, 9 tests skipped. Files=29, Tests=94, 4 wallclock secs ( 3.62 cusr + 0.92 csys = 4.54 CPU) Installing /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Test/Plan.pm Installing /home/cpanrun/ia64-lp64/build/5.8.2/man/man3/Test::Plan.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