Skip Menu |

This queue is for tickets about the Archive-Tar CPAN distribution.

Report information
The Basics
Id: 2684
Status: resolved
Priority: 0/
Queue: Archive-Tar

People
Owner: Nobody in particular
Requestors: cgross [...] wanadoo.fr
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.23
Fixed in: (no value)



Subject: Warning output when reading tar file
Hello, Using Archive::Tar 0.23 I obtain these warnings : Argument "" isn't numeric in numeric ne (!=) at /usr/local/lib/perl5/site_perl/5.8.0/Archive/Tar/Std.pm line 331. for each file in my tar file.(pub/antivirus/datfiles/4.x/dat-XXXX.tar from ftp.nai.com) It's producing that by either Archive::Tar->new("myfile.tar") or $tar->read("myfile.tar") or also open (F,"<myfile.tar"); Archive::Tar->new(F); But seems running anyway. I haven't this error with others tar files. Thanks for your help.
[guest - Thu May 29 08:09:46 2003]: Show quoted text
> Using Archive::Tar 0.23 I obtain these warnings : > Argument "" isn't numeric in numeric ne (!=) at > /usr/local/lib/perl5/site_perl/5.8.0/Archive/Tar/Std.pm line 331.
please try the most recent version on CPAN, namely 0.99_06, which is a complete rewrite and see if the problem perists: http://search.cpan.org/author/KANE/Archive-Tar/lib/Archive/Tar.pm