This should allow Devel::REPL to install via CPAN
until Sys::SigAction is fixed or the requirement for
same in Devel::REPL is removed.
'File::Next' => 0;
feature 'Interrupt plugin - traps SIGINT to kill long-running lines',
- -default => 1,
+ -default => (($^O =~ /Win32/) ? 0 : 1),
'Sys::SigAction' => 0;
feature 'Keywords completion driver - tab complete Perl keywords and operators',