Set up gcc environment - 3.3 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 /export/home/cpanrun/build/5.10.0/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 ok 4 - First 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 - Return from next isa Archive::Tar::File ok 10 - Second file name OK ok 11 - EOF detected ok t/02_check_tar.........1..4 ok 1 - use Archive::Tar::Streamed; tar: Record size = 18 blocks not ok 2 - tar can list the files # Failed test 'tar can list the files' # at t/02_check_tar.t line 31. # got: 'Streamed.pm # 01_stream.t # 02_check_tar.t # 03_read_tar.t # ' # expected: 'lib/Archive/Tar/Streamed.pm # t/01_stream.t # t/02_check_tar.t # t/03_read_tar.t # ' not ok 3 - t directory created # Failed test 't directory created' # at t/02_check_tar.t line 43. not ok 4 - lib directory created # Failed test 'lib directory created' # at t/02_check_tar.t line 46. # Looks like you failed 3 tests of 4. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay 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 ok 4 - First 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 - Return from next isa Archive::Tar::File ok 10 - Second file name OK ok 11 - EOF detected ok t/11_dirs_and_files....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 ok 4 - Directory 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 - Return from next isa Archive::Tar::File ok 10 - Second file name OK ok 11 - EOF detected ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_check_tar.t 3 768 4 3 2-4 Failed 1/5 test scripts. 3/46 subtests failed. Files=5, Tests=46, 7 wallclock secs ( 4.25 cusr + 0.56 csys = 4.81 CPU) Failed 1/5 test programs. 3/46 subtests failed. make: *** [test_dynamic] Error 255