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");