How can I solve “world writable” issues with modules uploaded to PAUSE (CPAN) from Win32?

StackOverflow https://stackoverflow.com/questions/1307368

  •  19-09-2019
  •  | 
  •  

Question

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.

Was it helpful?

Solution

There is a script on PerlMonks that fixes things up. The URL is http://www.perlmonks.org/?node_id=731935

OTHER TIPS

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.

If you use Module::Build for your dist building, you can install the latest version, accompanied with Archive::Tar and it will be fixed for you. No mess, no fuss.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top