Skip Menu |

This queue is for tickets about the Test-MockFile-Light CPAN distribution.

Report information
The Basics
Id: 51148
Status: new
Priority: 0/
Queue: Test-MockFile-Light

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

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



Subject: Multiple problems when trying to install
Many of the files in the tarball have empty (000) permissions, rendering them unreadable and the package uninstallable without changing the permissions to something readable by the current user. The test t/boilerplate.t uses DOS-style backslash (\) directory name separators instead of regular slashes (/). Please use / (Windows will do the right thing) or use paths constructed using File::Spec or Path::Class if you want to totally abstract it away.