CC: | SteveHay [...] planit.com |
Subject: | Adjust for broken WinZip interpretation of tarballs |
Steve reports...
Show quoted text
> (Btw, I see that the 6.61_01 tarball is made in such a way that WinZip
> doesn't handle it correctly on Windows -- it has the same problem which
> I reported recently for the Apache-Singleton distro in #68532. I realize
> it's a WinZip "feature", but many Windows users would appreciate it if
> you could make your tarballs compatible with WinZip.)
https://rt.cpan.org/Public/Bug/Display.html?id=68532 and
http://www.perlmonks.org/?node_id=627736 both report this as an
Archive::Tar problem, but it seems to be WinZip not understanding POSIX
style tarballs. See http://www.perlmonks.org/?node_id=628120
MakeMaker does not use Archive::Tar. I released it with GNU tar 1.26
which claims it is using the GNU tar 1.13.x format and not POSIX. It
may be that WinZip doesn't understand that format either.