in reply to Re: make dist (ExtUtils::MakeMaker) on Windows stores text files with DOS line endings in .tar.gz archive
in thread make dist (ExtUtils::MakeMaker) on Windows stores text files with DOS line endings in .tar.gz archive

Tar is a backup and archival utility (name comes from "Tape Archive") and as such should not be making any modicifcations to the file while adding it to the archive or while extracting it. Modifying the files goes directly against the intended use for the command. There are other tools for doing text file conversion such as dos2unix and unix2dos. Update: Fixed typos
  • Comment on Re^2: make dist (ExtUtils::MakeMaker) on Windows stores text files with DOS line endings in .tar.gz archive