Does anyone one know how not to get the "world writables" fail message from PAUSE when I upload a module to PAUSE?
I packed it with make dist
on Windows. I haven't got access to a Linux box at work and I need to work it out on Windows.
Does anyone one know how not to get the "world writables" fail message from PAUSE when I upload a module to PAUSE?
I packed it with make dist
on Windows. I haven't got access to a Linux box at work and I need to work it out on Windows.
As noted in GNU Tar manpage , you can use the TAR_OPTIONS environment variable to pass arguments to the tar command. One of them is --mode= . Read the man page for more information.
There is a script on PerlMonks that fixes things up. The URL is http://www.perlmonks.org/?node%5Fid=731935