summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0f4899d..800d769 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,6 +5,8 @@ use inc::Module::Install;
name 'Language-TECO';
all_from 'lib/Language/TECO.pm';
+requires 'Class::Accessor::Fast';
+
feature 'Command line te script' =>
-default => 1,
'Term::ReadKey' => '0';