[KANE - Fri Jun 27 03:22:52 2003]:
Show quoted text> what test seems to fail? or do you have a test script illustrating the
> problem?
when adding files containing \r\n line endings to an archive they get
converted to \n. The resulting archive is corrupt because the block
length calculation seems to be confused. Adding
binmode $fh;
to Archive::Tar::File::_new_from_file solves the problem