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/ia64-lp64/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 # Failed test (t/01_stream.t at line 32) # got: 'lib/Archive/Tar/Streamed.pm' # expected: 'Streamed.pm' ok 3 - Return from next isa Archive::Tar::File 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' # Failed test (t/01_stream.t at line 48) # got: 't/02_check_tar.t' # expected: '02_check_tar.t' # Failed test (t/01_stream.t at line 56) # got: 't/03_read_tar.t' # expected: '03_read_tar.t' # Looks like you failed 4 tests of 11. 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 not ok 8 - Second file name OK ok 9 - Return from next isa Archive::Tar::File not ok 10 - Second file name OK ok 11 - EOF detected 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: A lone zero block at 18 ok 2 - tar can list the files tar: A lone zero block at 18 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 # Failed test (t/10_tar_of_a_tar.t at line 35) # got: 'test/stream.tar' # expected: 'stream.tar' ok 3 - Return from next isa Archive::Tar::File 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' # Failed test (t/10_tar_of_a_tar.t at line 51) # got: 't/02_check_tar.t' # expected: '02_check_tar.t' # Failed test (t/10_tar_of_a_tar.t at line 59) # got: 't/03_read_tar.t' # expected: '03_read_tar.t' # Looks like you failed 4 tests of 11. 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 not ok 8 - Second file name OK ok 9 - Return from next isa Archive::Tar::File not ok 10 - Second file name OK ok 11 - EOF detected 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 d: checksum error at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Archive-Tar-Streamed/blib/lib/Archive/Tar/Streamed.pm line 35 : 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 37) not ok 5 - Return from next isa Archive::Tar::File # Return from next isn't defined Can't call method "name" on an undefined value at t/11_dirs_and_files.t line 40. # Looks like you planned 11 tests but only ran 5. # Looks like your test died just after 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 5-11 Failed 7/11 tests, 36.36% okay Failed 3/5 test scripts, 40.00% okay. 15/46 subtests failed, 67.39% 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 255 65280 11 13 118.18% 5-11 make: *** [test_dynamic] Error 2