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.