X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=7b560e07b283aad74bee437425cea5224bb73036;hp=e8837ba92878fe38f954a3aea05515d8eff525c2;hb=3ad5a18553aa69a6cd89a78e5d14e69fe750989b;hpb=381b5fa4aeb39bf3e3eaa79eba2cee383422b273 diff --git a/Makefile.PL b/Makefile.PL index e8837ba..7b560e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,7 +41,7 @@ feature 'INC completion driver - tab complete module names in use and require', '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',