vote up 3 vote down star
1

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.

flag

1  
From rindolf on irc: you can add TAR_FLAGS – Brad Gilbert Aug 20 at 16:58
rindolf(Shlomi Fish)'s answer stackoverflow.com/questions/1307368/… – Brad Gilbert Aug 21 at 16:40

3 Answers

vote up 5 vote down check

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

link|flag
vote up 4 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.