Checking if your kit is complete... Looks good Writing Makefile for Array::IntSpan cp Array/IntSpan/IP.pm blib/lib/Array/IntSpan/IP.pm cp Array/IntSpan/Fields.pm blib/lib/Array/IntSpan/Fields.pm cp Array/IntSpan.pm blib/lib/Array/IntSpan.pm Manifying blib/man3/Array::IntSpan::Fields.3pm Manifying blib/man3/Array::IntSpan.3pm PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/clobbered_items.....1..18 ok 1 - Array::IntSpan new() works ok 2 - new content ok ok 3 - check nb of items in range ok 4 - clobbered_items 32 34 oops ok 5 - check nb of items in range ok 6 - clobbered_items 4 4 oops ok 7 - check nb of items in range ok 8 - clobbered_items 24 26 oops ok 9 - check nb of items in range ok 10 - clobbered_items 24 29 oops ok 11 - check nb of items in range ok 12 - clobbered_items 10 16 oops ok 13 - check nb of items in range ok 14 - clobbered_items 20 24 oops ok 15 - check nb of items in range ok 16 - clobbered_items 0 9 oops ok 17 - check nb of items in range ok 18 - clobbered_items 0 6 oops ok t/consolidate.........1..27 ok 1 - Array::IntSpan new() works ok 2 - new content ok ok 3 - consolidate ok ok 4 - set_consolidate_range 5 5 ok 5 - result of 5 5 ok 6 - set_consolidate_range 13 16 ok 7 - result of 13 16 ok 8 - set_consolidate_range 24 26 ok 9 - result of 24 26 ok 10 - set_consolidate_range 19 22 ok 11 - result of 19 22 ok 12 - set_consolidate_range 23 23 ok 13 - result of 23 23 ok 14 - set_consolidate_range 23 23 ok 15 - result of 23 23 ok 16 - set_consolidate_range 17 18 ok 17 - result of 17 18 ok 18 - set_consolidate_range 17 18 ok 19 - result of 17 18 ok 20 - set_consolidate_range 8 12 ok 21 - result of 8 12 ok 22 - set_consolidate_range 8 12 ok 23 - result of 8 12 set called with 8 20 gh ok 24 - set_consolidate_range 13 20 ok 25 - result of 13 20 set called with 6 20 gh ok 26 - set_consolidate_range 6 7 ok 27 - result of 6 7 ok t/empty_span..........1..6 ok 1 - empty span created ok 2 - get on empty set works ok 3 - set on empty set works ok 4 - go back to empty set ok 5 - set is empty ok 6 - set_consolidate_range on empty set works ok t/fields..............1..27 ok 1 - Array::IntSpan::Fields new() works ok 2 - get_element ok 3 - field_to_int test 0.0.10 -> 10 ok 4 - int_to_field test 10 -> 0.0.10 ok 5 - field_to_int test 0.3.0 -> 48 ok 6 - int_to_field test 48 -> 0.3.0 ok 7 - field_to_int test 1.0.0 -> 64 ok 8 - int_to_field test 64 -> 1.0.0 ok 9 - field_to_int test 1.2.3 -> 99 ok 10 - int_to_field test 99 -> 1.2.3 ok 11 - field_to_int test 0.1.0 -> 16 ok 12 - int_to_field test 16 -> 0.1.0 ok 13 - test field check ok 14 - test field check ok 15 - lookup test ok 16 - The object isa Array::IntSpan::Fields ok 17 - get range test 1 ok 18 - get range test 2 ok 19 - set_range with sub ok 20 - set_range with sub ok 21 - The object isa Array::IntSpan ok 22 - The object isa Array::IntSpan::Fields ok 23 - field_to_int int 32 test 1 -> 1 ok 24 - int_to_field int 32 test 1 -> 1 ok 25 - field_to_int int 32 test 100 -> 100 ok 26 - int_to_field int 32 test 100 -> 100 ok 27 - test field check ok t/get_range...........1..48 ok 1 - min test 9,10 ok 2 - max test 9,10 ok 3 - Array::IntSpan new() works ok 4 - new content ok ok 5 - get_range 32 34 ok 6 - check nb of items in range ok 7 - get_range 4 4 ok 8 - check nb of items in range ok 9 - get_range 24 26 ok 10 - check nb of items in range ok 11 - get_range 24 29 ok 12 - check nb of items in range ok 13 - get_range 10 16 ok 14 - check nb of items in range ok 15 - get_range 20 24 ok 16 - check nb of items in range ok 17 - get_range 0 9 ok 18 - check nb of items in range ok 19 - get_range 0 6 ok 20 - check nb of items in range ok 21 - get_range with fill 32 34 ok 22 - range after get_range with fill ok 23 - get_range with fill 0 0 ok 24 - range after get_range with fill ok 25 - get_range with fill 5 5 ok 26 - range after get_range with fill ok 27 - get_range with fill 24 26 ok 28 - range after get_range with fill ok 29 - get_range with fill 24 29 ok 30 - range after get_range with fill ok 31 - get_range with fill 10 16 ok 32 - range after get_range with fill ok 33 - get_range with fill 20 24 ok 34 - range after get_range with fill ok 35 - get_range with fill 0 9 ok 36 - range after get_range with fill ok 37 - get_range with fill 0 6 ok 38 - range after get_range with fill ok 39 - get_range with fill 2 5 ok 40 - range after get_range with fill ok 41 - get_range with fill sub 30 39 ok 42 - range after get_range with sub ok 43 - get_range with fill sub 0 9 ok 44 - range after get_range with sub ok 45 - get_range with fill sub 9 10 ok 46 - range after get_range with sub ok 47 - get_range with fill sub 9 12 ok 48 - range after get_range with sub ok t/get_splice_parms....1..30 ok 1 - Array::IntSpan new() works ok 2 - new content ok ok 3 - get_splice_parms 0 0 bc ok 4 - get_splice_parms 0 1 bc ok 5 - get_splice_parms 0 3 bc ok 6 - get_splice_parms 0 4 bc ok 7 - get_splice_parms 0 5 bc ok 8 - get_splice_parms 0 6 bc ok 9 - get_splice_parms 0 9 bc ok 10 - get_splice_parms 0 10 bc ok 11 - get_splice_parms 1 3 bc ok 12 - get_splice_parms 1 2 bc ok 13 - get_splice_parms 2 2 bc ok 14 - get_splice_parms 2 3 bc ok 15 - get_splice_parms 2 5 bc ok 16 - get_splice_parms 2 8 bc ok 17 - get_splice_parms 2 9 bc ok 18 - get_splice_parms 2 10 bc ok 19 - get_splice_parms 4 4 bc ok 20 - get_splice_parms 5 6 bc ok 21 - get_splice_parms 5 9 bc ok 22 - get_splice_parms 5 11 bc ok 23 - get_splice_parms 6 6 bc ok 24 - get_splice_parms 6 9 bc ok 25 - get_splice_parms 7 9 bc ok 26 - get_splice_parms 9 11 bc ok 27 - get_splice_parms 10 11 bc ok 28 - get_splice_parms 10 11 bc CODE(0x40242090) ok 29 - get_splice_parms 9 11 bc CODE(0x40242090) ok 30 - get_splice_parms 2 2 bc CODE(0x40242090) ok t/search..............1..9 ok 1 - Array::IntSpan new() works ok 2 - new content ok ok 3 - search(0,2,2, 0 ) ok 4 - search(0,2,3, 0 ) ok 5 - search(0,2,4, 1 ) ok 6 - search(0,2,4, 1 ) ok 7 - search(0,2,6, 1 ) ok 8 - search(0,2,9, 1 ) ok 9 - search(0,2,10, 2 ) ok t/set_range...........1..9 ok 1 - Array::IntSpan new() works ok 2 - new content ok ok 3 - set_range after ok 4 ok 5 - lookup 13 ok 6 - set_range 8 13 ef ok 7 ok 8 - set_range 10 13 ef2 with sub ok 9 ok All tests successful. Files=8, Tests=174, 12 wallclock secs (10.40 cusr + 0.65 csys = 11.05 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/Array/IntSpan.pm Installing /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/Array/IntSpan/IP.pm Installing /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/Array/IntSpan/Fields.pm Installing /home/cpanrun/pa-risc1.1/build/5.8.2/man/man3/Array::IntSpan::Fields.3pm Installing /home/cpanrun/pa-risc1.1/build/5.8.2/man/man3/Array::IntSpan.3pm Appending installation info to /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi/perllocal.pod