Skip Menu |

This queue is for tickets about the CHI CPAN distribution.

Report information
The Basics
Id: 94612
Status: new
Priority: 0/
Queue: CHI

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

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: New options for CHI::Driver::File & CHI::Driver::FastMmap
Hello Mr Swartz, When creating file caches that will be read by different users but the same group. It would be nice to have the ability to set the umask before creating the files or directory. I propose the following options For CHI::Driver::File. dir_create_umask file_create_umask For CHI::Driver::FastMmap dir_create_umask If they are defined then the umask will be set before file/directory creation and reset to the original umask afterwards.