Moved my name from Interrupt.pm to REPL.pm.
[p5sagit/Devel-REPL.git] / Makefile.PL
index 6470b92..86c84c2 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use inc::Module::Install 0.76;
+use inc::Module::Install 0.91;
 
 name 'Devel-REPL';
 perl_version '5.008001';
@@ -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 => 1,
+    'Sys::SigAction' => 0;
+
 feature 'Keywords completion driver - tab complete Perl keywords and operators',
     -default => 0,
     'B::Keywords' => 0;