Subject: | uninitialized values in test of Archive-Tar-1.00 |
Solaris 7 (Sparc), Perl 5.8.0 (ithreads, shared libperl), compiled
with Forte 6.2, latest Compress::Zlib and IO::Zlib.
(and also on RedHat Linux 7.2, gcc):
The ->data method seems to return "undef" in line 704...
Cheers,
Marek
$ make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /opt/perl_5.8.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01_use........1..2
ok 1 - use Archive::Tar;
ok 2 - Object created isa Archive::Tar
ok
t/02_methods....ok 1 - Object created isa Archive::Tar
ok 2 - Reading uncompressed file using 'read()'
ok 3 - All files accounted for
ok 4 - Content OK
ok 5 - Content OK
ok 6 - Content OK
ok 7 - Reading uncompressed file using 'list_archive()'
ok 8 - All files accounted for
ok 9 - Found expected file
ok 10 - Found expected file
ok 11 - Found expected file
ok 12 - Reading compressed file using 'read()'
ok 13 - All files accounted for
ok 14 - Content OK
ok 15 - Content OK
ok 16 - Content OK
ok 17 - Reading compressed file using 'list_archive()'
ok 18 - All files accounted for
ok 19 - Found expected file
ok 20 - Found expected file
ok 21 - Found expected file
ok 22 - Adding files
ok 23 - Proper name
ok 24 - Proper type
ok 25 - Content OK
ok 26 - Adding data
ok 27 - Proper name
ok 28 - Proper type
ok 29 - Content OK
ok 30 - Renaming
ok 31 - Replacing content
ok 32 - Removing files
ok 33 - Proper files remaining
Use of uninitialized value in print at /home/hwadm/.cpan/build/Archive-Tar-1.00/blib/lib/Archive/Tar.pm line 704.
Use of uninitialized value in print at /home/hwadm/.cpan/build/Archive-Tar-1.00/blib/lib/Archive/Tar.pm line 704.
ok 34 - Writing tarfile using 'write()'
ok 35 - File written
ok 36 - Writing tarfile using 'create_archive()'
ok 37 - File written
Use of uninitialized value in print at /home/hwadm/.cpan/build/Archive-Tar-1.00/blib/lib/Archive/Tar.pm line 704.
Use of uninitialized value in print at /home/hwadm/.cpan/build/Archive-Tar-1.00/blib/lib/Archive/Tar.pm line 704.
ok 38 - Writing compressed file using 'write()'
ok 39 - File written
ok 40 - Writing compressed file using 'create_archive()'
ok 41 - File written
ok 42 - Found expected files
ok 43 - Extracting files using 'extract()'
ok 44 - Expected file found
ok 45 - Opening file
ok 46 - Contents OK
ok 47 - Expected file found
ok 48 - Opening file
ok 49 - Contents OK
ok 50 - Expected file found
ok 51 - Opening file
ok 52 - Contents OK
ok 53 - Extracting files using 'extract_archive()'
ok 54 - Expected file found
ok 55 - Opening file
ok 56 - Contents OK
ok 57 - Expected file found
ok 58 - Opening file
ok 59 - Contents OK
ok 60 - Expected file found
ok 61 - Opening file
ok 62 - Contents OK
ok 63 - Limited read
ok 64 - Expected file found
ok 65 - Found old data
ok 66 - Clearing old data
ok 67 - Old data cleared
1..67
ok
All tests successful.
Files=2, Tests=69, 4 wallclock secs ( 1.88 cusr + 0.48 csys = 2.36 CPU)