Checking if your kit is complete... Looks good Writing Makefile for Object::Annotate cp lib/Object/Annotate.pm blib/lib/Object/Annotate.pm Manifying blib/man3/Object::Annotate.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 ok 1 - require Object::Annotate; ok t/basic...........1..35 ok 1 - The object isa Some::Object ok 2 - Some::Object->can('annotate') ok 3 - The object isa Some::Object ok 4 - Some::Object->can('annotate') ok 5 - The object isa Some::Widget ok 6 - Some::Widget->can('annotate') ok 7 - The object isa Some::Widget ok 8 - The object isa Some::Widget::Generic ok 9 - Some::Widget::Generic->can('annotate') ok 10 - The object isa Some::Widget ok 11 - The object isa Some::Widget::Generic ok 12 - Some::Widget::Generic->can('annotate') ok 13 - The object isa Some::Widget ok 14 - The object isa Some::Widget::Generic ok 15 - Some::Widget::Generic->can('annotate') ok 16 - The object isa Some::Widget ok 17 - The object isa Some::Widget::Generic ok 18 - Some::Widget::Generic->can('annotate') ok 19 - The object isa Some::Widget ok 20 - The object isa Some::Widget::Generic ok 21 - Some::Widget::Generic->can('annotate') ok 22 - both Some::Object objects have the same annotation class ok 23 - and so does Some::Widget ok 24 - object annotation class looks like what we expect ok 25 - object a now has one note ok 26 - object a now has two notes not ok 27 - object b now has one note # Failed test (t/basic.t at line 78) # got: '3' # expected: '1' # Failed test (t/basic.t at line 81) not ok 28 - object a has two notes, after note on object b # got: '3' # expected: '2' # Failed test (t/basic.t at line 84) not ok 29 - object a has one 'grand opening' event # got: '2' # expected: '1' ok 30 - there are three annotations for this class ok 31 - there is one annotation for Some::Widget ok 32 - there are five annotations for Some::Widget::Generic ok 33 - there are five annotations for the first generic widget ok 34 - there are five annotations for the 2nd generic widget, too ok 35 - there are four annotations in Object::Annotate::Construct::0x00000001 # Looks like you failed 3 tests of 35. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 27-29 Failed 3/35 tests, 91.43% okay 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 t/pod.............1..1 ok 1 - blib/lib/Object/Annotate.pm ok Failed 1/4 test scripts, 75.00% okay. 3/37 subtests failed, 91.89% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/basic.t 3 768 35 3 8.57% 27-29 1 test skipped. make: *** [test_dynamic] Error 25