Skip Menu |

This queue is for tickets about the Module-Info CPAN distribution.

Report information
The Basics
Id: 11824
Status: resolved
Priority: 0/
Queue: Module-Info

People
Owner: NEILB [...] cpan.org
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.27
Fixed in: 0.35



Subject: KNOWN ISSUE for Cygwin
In Cygwin, the Cygwin permissions for Perl modules in the perl5 directories may be set to 000, so the -r function will not work, and hence tests on Module::Info will fail. (However, the Win32 permissions will be fine, so a use statement calling the Text::Soundex module will work with no problems.) The solution is to fix the permissions on the folder in question.
Date: Wed, 9 Mar 2005 12:19:51 -0800
From: Michael G Schwern <schwern [...] pobox.com>
To: Guest via RT <bug-Module-Info [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #11824] KNOWN ISSUE for Cygwin
RT-Send-Cc:
On Wed, Mar 09, 2005 at 12:47:47PM -0500, Guest via RT wrote: Show quoted text
> In Cygwin, the Cygwin permissions for Perl modules in the perl5 directories may be set to 000, so the -r function will not work, and hence tests on Module::Info will fail. > > (However, the Win32 permissions will be fine, so a use statement calling the Text::Soundex module will work with no problems.) > > The solution is to fix the permissions on the folder in question.
Well, if permissions are largely ignored on Cygwin then maybe we need to do something a bit more robust than -r such as trying to open the file for reading.