Subject: | Build dist creates tarballs with bad permissions |
While playing around with CPANTS data I found something interesting:
There are 108 dists on CPAN using Build.PL
20 of those have bad permissions problmes. I.e. after extracting the tarball, there are files with permissions other than rw-r--r--
I quickly made a test dist, did ./Build dist unpacked the generated tarball, and indeed: all files are with permissions r--r--r--
(which makes them annoying to delete)
I grabed Module-Build-0.21, tested again: same problem. Module_Build-0.21 itself suffers from the bug, too.
Maybe this is caused by my OS / setup, but I tested it on a Debian and a Redhat box, both with the same problems...
So this seems like a bug to me. I did't look at the sources (lack of time), so no patch - and I'm still not 100% sure wheater this is a real bug.
I attached a list of dists that seem to suffer from this problem...