Skip Menu |

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

Report information
The Basics
Id: 115120
Status: resolved
Priority: 0/
Queue: File-Slurp

People
Owner: cwhitener [...] gmail.com
Requestors: Philippe.Bricout [...] developpement-durable.gouv.fr
Cc:
AdminCc:

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



Subject: t/perms.t with cygwin
Date: Mon, 06 Jun 2016 14:28:33 +0200
To: bug-File-Slurp [...] rt.cpan.org
From: "BRICOUT Philippe (Chargé de mission stratégie technique) - SG/SPSSI/CPII/Direction" <Philippe.Bricout [...] developpement-durable.gouv.fr>
Install failed with cygwin : |plan ||skip_all| |=> ||"meaningless on Win32"| |if| |$^O =~ /win32/i ; | I suggest : |plan ||skip_all| |=> ||"meaningless on Win32"| |if| |$^O =~ /win32|cygwin/i ;|
On 2016-06-06 08:28:49, Philippe.Bricout@developpement-durable.gouv.fr wrote: Show quoted text
> > Install failed with cygwin : > > |plan ||skip_all| |=> ||"meaningless on Win32"| |if| |$^O =~ /win32/i ; > | I suggest : > > |plan ||skip_all| |=> ||"meaningless on Win32"| |if| |$^O =~ > /win32|cygwin/i ;|
But it does not fail for all cygwin installations, see here: http://matrix.cpantesters.org/?dist=File-Slurp%209999.19;os=cygwin;reports=1#sl=6,1 Maybe it depends on a special cygwin setup or special environment variables?
Hi Phillipe, The test suite has been overhauled. A lot of tests used to rely on file names that weren't guaranteed to be good test files. If multiple tests ran at the same time, the tests would clobber each other's files, etc. We've corrected that. We believe the 9999.20_03 release should behave as expected on cygwin. Please let us know if that's not the case. Thanks, Chase