Checking if your kit is complete... Looks good Warning: prerequisite Test::More 0.54 not found. We have 0.47. Writing Makefile for Test::Chunks cp lib/Test/Chunks.pm blib/lib/Test/Chunks.pm Manifying blib/man3/Test::Chunks.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/append................1..3 Subroutine main::is redefined at t/append.t line 3 ok 1 ok 2 ok 3 ok t/arguments.............1..3 ok 1 - value is ok ok 2 - arguments is ok ok 3 - $arguments global variable is ok ok t/array.................1..1 Subroutine main::is redefined at t/array.t line 3 ok 1 ok t/base64................1..2 Subroutine main::is redefined at t/base64.t line 3 ok 1 - Test One ok 2 - Test Two ok t/chomp.................1..3 Subroutine main::is redefined at t/chomp.t line 5 ok 1 ok 2 ok 3 ok t/chop..................1..2 Subroutine main::is redefined at t/chop.t line 5 ok 1 ok 2 ok t/chunks-scalar.........1..3 Subroutine main::is redefined at t/chunks-scalar.t line 3 ok 1 - Jusk checking my chunking ok 2 - Jusk checking my chunking ok 3 - correct number of chunks ok t/chunks_grep...........1..5 Subroutine main::is redefined at t/chunks_grep.t line 5 ok 1 - Make sure plan adds up ok 2 ok 3 ok 4 ok 5 ok t/compile...............1..1 ok 1 ok t/delimiters............1..2 Subroutine main::is redefined at t/delimiters.t line 5 ok 1 ok 2 ok t/description...........1..6 Subroutine main::is redefined at t/description.t line 3 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/diff_is...............1..3 Subroutine main::is redefined at t/diff_is.t line 5 # Failed test (t/diff_is.t at line 11) not ok 1 - little diff # @@ -3,4 +3,4 @@ # \# Failed test (/tmp/test-chunks-321 at line 000) # \# got: 'a b c' # \# expected: 'a b x' # -\# Looks like you failed 1 tests of 1. # +\# Looks like you failed 1 test of 1. # # Failed test (t/diff_is.t at line 11) not ok 2 - big diff # @@ -8,4 +8,4 @@ # \# -five # \# # \# Failed test (/tmp/test-chunks-321 at line 000) # -\# Looks like you failed 1 tests of 1. # +\# Looks like you failed 1 test of 1. # # Failed test (t/diff_is.t at line 11) not ok 3 - diff with space - note: doesn't help point out the extra space (yet) # @@ -7,4 +7,4 @@ # \# three # \# # \# Failed test (/tmp/test-chunks-321 at line 000) # -\# Looks like you failed 1 tests of 1. # +\# Looks like you failed 1 test of 1. # # Looks like you failed 3 tests of 3. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/dumper................1..6 Subroutine main::is redefined at t/dumper.t line 3 ok 1 - Dumper Test ok 2 - Another Dumper Test ok 3 - Dumper Test ok 4 - Another Dumper Test ok 5 - Dumper Test ok 6 - Another Dumper Test ok t/embed_perl............1..2 Subroutine main::is redefined at t/embed_perl.t line 7 ok 1 - One ok 2 - Two ok t/escape................1..2 Subroutine main::is redefined at t/escape.t line 3 ok 1 ok 2 ok t/eval..................1..4 Subroutine main::is redefined at t/eval.t line 5 ok 1 ok 2 ok 3 ok 4 ok t/eval_all..............1..2 Subroutine main::is redefined at t/eval_all.t line 3 ok 1 ok 2 ok t/eval_stderr...........1..1 ok 1 ok t/eval_stdout...........1..1 ok 1 ok t/export................1..37 Subroutine main::is redefined at t/export.t line 3 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok t/filter_arguments......1..3 ok 1 ok 2 ok 3 ok t/filter_delay..........1..16 Subroutine main::is redefined at t/filter_delay.t line 7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/filter_functions......1..2 Subroutine main::is redefined at t/filter_functions.t line 8 ok 1 ok 2 ok t/filters-append........1..2 ok 1 ok 2 ok t/filters...............1..2 Subroutine main::is redefined at t/filters.t line 4 ok 1 ok 2 ok t/filters_map...........1..7 Subroutine main::is redefined at t/filters_map.t line 3 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/get_url...............1..0 # Skip Need to figure out network testing skipped all skipped: Need to figure out network testing t/internals.............1..40 Subroutine main::is redefined at t/internals.t line 4 ok 1 - $self is an object ok 2 - $self is a Test:Chunks::Filter object ok 3 - Filter value is correct ok 4 - Have a reference to our chunk object ok 5 - Chunk is not completely filtered yet ok 6 - name is correct ok 7 - description is correct ok 8 - Access to the original value ok 9 - Sequence number (seq_num) is correct ok 10 - Test raw content of $chunk->{xxx} ok 11 - Test method content of $chunk->xxx ok 12 - Have an array of all chunks ok 13 - Is there 2 chunks? ok 14 - chunk class ok 15 - filter class ok 16 - default filters are ok ok 17 - chunk delimiter ok 18 - data delimiter ok 19 - spec is ok ok 20 - test chunk ref in list ok 21 - $self is an object ok 22 - $self is a Test:Chunks::Filter object ok 23 - Filter value is correct ok 24 - Have a reference to our chunk object ok 25 - Chunk is not completely filtered yet ok 26 - name is correct ok 27 - description is correct ok 28 - Access to the original value ok 29 - Sequence number (seq_num) is correct ok 30 - Test raw content of $chunk->{xxx} ok 31 - Test method content of $chunk->xxx ok 32 - Have an array of all chunks ok 33 - Is there 2 chunks? ok 34 - chunk class ok 35 - filter class ok 36 - default filters are ok ok 37 - chunk delimiter ok 38 - data delimiter ok 39 - spec is ok ok 40 - test chunk ref in list ok t/jit-run...............1..4 ok 1 ok 2 ok 3 ok 4 - expect an error ok t/join..................1..3 Subroutine main::is redefined at t/join.t line 3 ok 1 ok 2 ok 3 ok t/last..................1..4 Subroutine main::is redefined at t/last.t line 5 ok 1 - Does LAST limit tests to 3? ok 2 ok 3 ok 4 ok t/late..................1..5 Subroutine main::is redefined at t/late.t line 3 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/lazy-filters..........1..2 Subroutine main::is redefined at t/lazy-filters.t line 3 ok 1 ok 2 ok t/lines.................1..6 Subroutine main::is redefined at t/lines.t line 3 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/list..................1..5 Subroutine main::is redefined at t/list.t line 3 ok 1 - check list context ok 2 - list context content ok 3 - deep chunk from index ok 4 - scalar context ok 5 - deep list compare ok t/main_filters..........1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/name..................1..4 Subroutine main::is redefined at t/name.t line 3 ok 1 ok 2 ok 3 ok 4 ok t/next..................1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/normalize.............1..4 Subroutine main::is redefined at t/normalize.t line 3 ok 1 ok 2 ok 3 ok 4 ok t/only..................1..3 Subroutine main::is redefined at t/only.t line 3 ok 1 ok 2 ok 3 ok t/oo....................1..8 Subroutine main::is redefined at t/oo.t line 3 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/oo_run................1..3 Subroutine main::is redefined at t/oo_run.t line 6 ok 1 - Test ok 2 - Test ok 3 - Test ok t/preserve-order........1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/prototypes............1..1 ok 1 - testing force scalar context ok t/regexp................1..3 Subroutine main::is redefined at t/regexp.t line 3 ok 1 ok 2 ok 3 ok t/reserved_names........1..18 Subroutine main::is redefined at t/reserved_names.t line 3 ok 1 - BEGIN is a bad name ok 2 - DESTROY is a bad name ok 3 - EXPORT is a bad name ok 4 - ISA is a bad name ok 5 - chunk_accessor is a bad name ok 6 - chunks_object is a bad name ok 7 - description is a bad name ok 8 - is_filtered is a bad name ok 9 - name is a bad name ok 10 - new is a bad name ok 11 - run_filters is a bad name ok 12 - seq_num is a bad name ok 13 - set_value is a bad name ok 14 - field is a good name ok 15 - const is a good name ok 16 - stub is a good name ok 17 - super is a good name ok 18 ok t/run_is................1..14 Subroutine main::is redefined at t/run_is.t line 3 ok 1 - One ok 2 - Two ok 3 - One ok 4 - Two ok 5 - One ok 6 - Two ok 7 - One ok 8 - One ok 9 - One ok 10 - Two ok 11 - Two ok 12 - Two ok 13 ok 14 ok t/run_is_deeply.........1..3 Subroutine main::is redefined at t/run_is_deeply.t line 5 ok 1 - Test is_deeply ok 2 ok 3 ok t/run_like..............1..3 Subroutine main::is redefined at t/run_like.t line 3 ok 1 - Like Test ok 2 - Like Test ok 3 - Like Test ok t/run_unlike............1..2 Subroutine main::is redefined at t/run_unlike.t line 3 ok 1 - Unlike Test ok 2 - Unlike Test ok t/simple................1..2 Subroutine main::is redefined at t/simple.t line 3 ok 1 - Header 1 Test ok 2 - List Test ok t/skip..................1..5 Subroutine main::is redefined at t/skip.t line 3 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/spec_file.............1..6 Subroutine main::is redefined at t/spec_file.t line 6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/spec_string...........1..6 Subroutine main::is redefined at t/spec_string.t line 17 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/strict-warnings.......1..1 Subroutine main::is redefined at t/strict-warnings.t line 4 ok 1 ok t/strict................1..1 Subroutine main::is redefined at t/strict.t line 3 ok 1 - Strict Test ok t/subclass-autoclass....1..3 Subroutine main::is redefined at t/subclass-autoclass.t line 29 ok 1 - Testorama EXPORT ok ok 2 - Testorama::Filter ok ok 3 - Test::Chunks::Chunk ok ok t/subclass-import.......1..1 ok 1 ok t/subclass..............1..7 Subroutine main::is redefined at t/subclass.t line 4 ok 1 - ok to import parent class *after* subclass ok 2 ok 3 ok 4 - Does feedle method exist? ok 5 - Test One ok 6 ok 7 ok t/subclass_late.........1..1 Subroutine main::is redefined at t/subclass_late.t line 4 ok 1 ok t/tie_output............1..3 ok 1 ok 2 ok 3 ok t/trim..................1..4 Subroutine main::is redefined at t/trim.t line 3 ok 1 ok 2 ok 3 ok 4 ok t/unchomp...............1..1 Subroutine main::is redefined at t/unchomp.t line 5 ok 1 ok t/use-test-more.........1..3 ok 1 ok 2 ok 3 ok t/xxx...................1..1 Subroutine main::is redefined at t/xxx.t line 3 ok 1 - XXX Test ok t/yaml..................1..3 Subroutine main::is redefined at t/yaml.t line 5 ok 1 - YAML Hashes ok 2 - YAML Arrays ok 3 - YAML Scalar ok t/zero-chunks...........1..1 Subroutine main::is redefined at t/zero-chunks.t line 3 ok 1 - Ok to have zero chunks ok Failed 1/67 test scripts, 98.51% okay. 3/330 subtests failed, 99.09% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/diff_is.t 3 768 3 3 100.00% 1-3 1 test skipped. make: *** [test_dynamic] Error 25