Skip Menu |

This queue is for tickets about the WWW-Mechanize-FireFox CPAN distribution.

Report information
The Basics
Id: 111579
Status: new
Priority: 0/
Queue: WWW-Mechanize-FireFox

People
Owner: Nobody in particular
Requestors: nie.sakura.any [...] gmail.com
Cc:
AdminCc:

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



Subject: timeout at cygwin perl
Running WWW::Mechanize::Firefox from Windows cygwin perl causes timeout error: command timed-out at /usr/lib/perl5/site_perl/5.22/MozRepl/Client.pm line 186 My perl version is 5.22.1 (32-bit). Removing following lines (183, 184) in Client.pm would fix this problem. ### adhoc $command = join(" ", split(/\n/, $command)) if ($^O eq "cygwin");