From: Norbert Buchmuller Date: Tue, 9 Feb 2010 17:06:53 +0000 (+0100) Subject: Made the Interrupt plugin a default feature in Makefile.PL. X-Git-Tag: v1.003015~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=1afce013943e023c727ec324bedf5b4ae0817be8 Made the Interrupt plugin a default feature in Makefile.PL. --- diff --git a/Makefile.PL b/Makefile.PL index 6f37ee1..86c84c2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,7 +37,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 => 0, + -default => 1, 'Sys::SigAction' => 0; feature 'Keywords completion driver - tab complete Perl keywords and operators',