Skip Menu |

This queue is for tickets about the cpan-upload-http CPAN distribution.

Report information
The Basics
Id: 29264
Status: new
Priority: 0/
Queue: cpan-upload-http

People
Owner: Nobody in particular
Requestors: johanl [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.4
Fixed in: (no value)



Subject: .pause file on Windows doesn't need to be readonly
IMHO, on Windows the $HOME/.pause file doesn't really need to be read only given the way people usually use this OS (i.e a typical single user situation). I'm not even sure stat() works like that with the permission model. So, may I propose this change to line 66? if ($^O ne "MSWin32" && -e $config_file && ((stat($config_file))[2] & 36) != 0) Other than that it seems to work fine. Thanks for the laziness. /J