This module would like to run comparison tests against the system tar Enter the string 'none' if your platform does not have a tar program. Enter name of tar program: [tar] tar Checking if your kit is complete... Looks good Writing Makefile for Archive::Tar::Streamed cp lib/Archive/Tar/Streamed.pm blib/lib/Archive/Tar/Streamed.pm Manifying blib/man3/Archive::Tar::Streamed.3 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/01_stream............1..11 ok 1 - use Archive::Tar::Streamed; ok 2 - Return from new isa Archive::Tar::Streamed ok 3 - Return from next isa Archive::Tar::File # Failed test (t/01_stream.t at line 32) # got: 'lib/Archive/Tar/Streamed.pm' # expected: 'Streamed.pm' not ok 4 - First file name OK # Failed test (t/01_stream.t at line 40) # got: 't/01_stream.t' # expected: '01_stream.t' ok 5 - Return from next isa Archive::Tar::File not ok 6 - Second file name OK ok 7 - Return from next isa Archive::Tar::File # Failed test (t/01_stream.t at line 48) # got: 't/02_check_tar.t' # expected: '02_check_tar.t' not ok 8 - Second file name OK # Failed test (t/01_stream.t at line 56) # got: 't/03_read_tar.t' # expected: '03_read_tar.t' ok 9 - Return from next isa Archive::Tar::File not ok 10 - Second file name OK ok 11 - EOF detected # Looks like you failed 4 tests of 11. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 4, 6, 8, 10 Failed 4/11 tests, 63.64% okay t/02_check_tar.........1..4 ok 1 - use Archive::Tar::Streamed; tar: Record size = 18 blocks ok 2 - tar can list the files ok 3 - t directory created ok 4 - lib directory created ok t/03_read_tar..........1..9 ok 1 - use Archive::Tar::Streamed; ok 2 - Return from new isa Archive::Tar::Streamed ok 3 - Return from next isa Archive::Tar::File ok 4 - Second file name OK ok 5 - Return from next isa Archive::Tar::File ok 6 - Second file name OK ok 7 - Return from next isa Archive::Tar::File ok 8 - Second file name OK ok 9 - EOF detected ok t/10_tar_of_a_tar......1..11 ok 1 - use Archive::Tar::Streamed; ok 2 - Return from new isa Archive::Tar::Streamed ok 3 - Return from next isa Archive::Tar::File # Failed test (t/10_tar_of_a_tar.t at line 35) # got: 'test/stream.tar' # expected: 'stream.tar' not ok 4 - First file name OK # Failed test (t/10_tar_of_a_tar.t at line 43) # got: 't/01_stream.t' # expected: '01_stream.t' ok 5 - Return from next isa Archive::Tar::File not ok 6 - Second file name OK # Failed test (t/10_tar_of_a_tar.t at line 51) # got: 't/02_check_tar.t' # expected: '02_check_tar.t' ok 7 - Return from next isa Archive::Tar::File not ok 8 - Second file name OK # Failed test (t/10_tar_of_a_tar.t at line 59) # got: 't/03_read_tar.t' # expected: '03_read_tar.t' ok 9 - Return from next isa Archive::Tar::File not ok 10 - Second file name OK ok 11 - EOF detected # Looks like you failed 4 tests of 11. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 4, 6, 8, 10 Failed 4/11 tests, 63.64% okay t/11_dirs_and_files....1..11 ok 1 - use Archive::Tar::Streamed; ok 2 - Return from new isa Archive::Tar::Streamed $: checksum error at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Archive-Tar-Streamed/blib/lib/Archive/Tar/Streamed.pm line 35 ok 3 - Return from next isa Archive::Tar::File ok 4 - Directory name OK # Failed test (t/11_dirs_and_files.t at line 40) # got: 't/01_stream.t' # expected: '01_stream.t' ok 5 - Return from next isa Archive::Tar::File not ok 6 - Second file name OK ok 7 - Return from next isa Archive::Tar::File # Failed test (t/11_dirs_and_files.t at line 48) # got: 't/02_check_tar.t' # expected: '02_check_tar.t' not ok 8 - Second file name OK # Failed test (t/11_dirs_and_files.t at line 56) # got: 't/03_read_tar.t' # expected: '03_read_tar.t' ok 9 - Return from next isa Archive::Tar::File not ok 10 - Second file name OK # Looks like you failed 3 tests of 11. ok 11 - EOF detected dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 6, 8, 10 Failed 3/11 tests, 72.73% okay Failed 3/5 test scripts, 40.00% okay. 11/46 subtests failed, 76.09% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/01_stream.t 4 1024 11 4 36.36% 4 6 8 10 t/10_tar_of_a_tar.t 4 1024 11 4 36.36% 4 6 8 10 t/11_dirs_and_files.t 3 768 11 3 27.27% 6 8 10 make: *** [test_dynamic] Error 2