Skip Menu |

This queue is for tickets about the File-Queue CPAN distribution.

Report information
The Basics
Id: 103965
Status: new
Priority: 0/
Queue: File-Queue

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

Bug Information
Severity: (no value)
Broken in: 1.01a
Fixed in: (no value)



Subject: Default mode is wrong
The file mode used is not 0600 as documented, but effectively dec 600, which is quite unusable (resulting is something like ---x--x---). Probably this can be fixed by changing '0600' to 0600 without the quotes in https://metacpan.org/source/JLAVOLD/File-Queue-1.01a/lib/File/Queue.pm#L31