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