projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
54fea9b
)
Made the Interrupt plugin a default feature in Makefile.PL.
Norbert Buchmuller [Tue, 9 Feb 2010 17:06:53 +0000 (18:06 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6f37ee1
..
86c84c2
100644
(file)
--- 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',