Couple of mistakes in the manifest which was last committed, fixed
[p5sagit/Devel-REPL.git] / Makefile.PL
index 2f8eeec..0c7f38b 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use inc::Module::Install 0.67;
+use inc::Module::Install 0.76;
 
 name 'Devel-REPL';
 all_from 'lib/Devel/REPL.pm';
@@ -20,6 +20,11 @@ requires 'B::Keywords';
 requires 'Task::Weaken';
 requires 'App::Nopaste';
 
+# core
+requires 'File::Spec';
+requires 'Term::ReadLine';
+requires 'Term::ANSIColor';
+
 test_requires 'Test::More';
 
 auto_install;