Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 58373
Status: resolved
Priority: 0/
Queue: Dist-Zilla

People
Owner: Nobody in particular
Requestors: nickolay8 [...] gmail.com
Cc:
AdminCc:

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



Subject: Write-ability of files, gathering during minting, when using profiles installed in shared dirs
When using a minting profile, installed in the shared dir of some profile provider, all gathered files becomes read-only. This happens because during installation all files are made read-only and Dist::Zilla::Plugin::GatherDir::Template uses the mode of the original file.
This appears to have been fixed in 2010-08 by 74ecc3ac. -- rjbs