Skip Menu |

This queue is for tickets about the File-Path CPAN distribution.

Report information
The Basics
Id: 130305
Status: open
Priority: 0/
Queue: File-Path

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

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



Subject: cygwin not listed in _FORCE_WRITABLE
*_FORCE_WRITABLE = ( grep { $^O eq $_ } qw(amigaos dos epoc MSWin32 MacOS os2) … Does not list "msys" which means failure to remove entries and, I believe, being stuck in the infinite loop.
Subject: cygwin not listed in _FORCE_WRITABLE
*_FORCE_WRITABLE = ( grep { $^O eq $_ } qw(amigaos dos epoc MSWin32 MacOS os2) … Does not list "msys" which means failure to remove entries and, I believe, being stuck in the infinite loop.
On Thu Aug 15 08:32:05 2019, NKH wrote: Show quoted text
> *_FORCE_WRITABLE = ( grep { $^O eq $_ } qw(amigaos dos epoc MSWin32 > MacOS os2) … > > Does not list "msys" which means failure to remove entries and, I > believe, being stuck in the infinite loop.
The subject of this ticket mentions 'cygwin' but the body does not. The body mentions 'msys'. The string 'msys' appears nowhere within the File-Path distribution. I don't know of anyone who has access to this operating system, so I can't test any changes on that OS. Hence, I see no benefit to modifying the existing code to mention 'msys'. Thank you very much. Jim Keenan