Subject: | Make test failure |
I am using Perl 5.6.1 that comes standard with Debian Woody. When install Archive::Tar 1.04, I get the following error:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01_use............ok
t/02_methods........Use of uninitialized value in pack at blib/lib/Archive/Tar.pm line 791.
t/02_methods........FAILED tests 1-69
Failed 69/69 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/02_methods.t 69 69 100.00% 1-69
Failed 1/2 test scripts, 50.00% okay. 69/71 subtests failed, 2.82% okay.