SIGINT does not quit the REPL.
[p5sagit/Devel-REPL.git] / Makefile.PL
index 481d378..6f37ee1 100644 (file)
@@ -36,6 +36,10 @@ feature 'INC completion driver - tab complete module names in use and require',
     -default => 0,
     'File::Next' => 0;
 
+feature 'Interrupt plugin - traps SIGINT to kill long-running lines',
+    -default => 0,
+    'Sys::SigAction' => 0;
+
 feature 'Keywords completion driver - tab complete Perl keywords and operators',
     -default => 0,
     'B::Keywords' => 0;