we need a .gitignore file here
[p5sagit/Devel-REPL.git] / Makefile.PL
index 3713ac4..45a4ed7 100644 (file)
@@ -42,7 +42,7 @@ feature 'DDC plugin - even better format results with Data::Dumper::Concise',
     'Data::Dumper::Concise' => 0;
 
 feature 'INC completion driver - tab complete module names in use and require',
-    -default => 0,
+    -default => 1,
     'File::Next' => 0;
 
 feature 'Interrupt plugin - traps SIGINT to kill long-running lines',
@@ -50,7 +50,7 @@ feature 'Interrupt plugin - traps SIGINT to kill long-running lines',
     'Sys::SigAction' => 0;
 
 feature 'Keywords completion driver - tab complete Perl keywords and operators',
-    -default => 0,
+    -default => 1,
     'B::Keywords' => 0;
 
 feature 'LexEnv plugin - variables declared with "my" persist between statements',
@@ -73,7 +73,8 @@ feature 'Refresh plugin - automatically reload libraries with Module::Refresh',
     -default => 0,
     'Module::Refresh' => 0;
 
-test_requires 'Test::More';
+test_requires 'Test::More' => '0.88';
+test_requires 'Test::Warnings';
 
 auto_install;
 WriteAll;