From d43715d31d7f93bed46e203cd70af002c3f08552 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 22 May 2008 17:28:40 -0500 Subject: add dep on Class::Accessor::Fast --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) 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'; -- cgit v1.2.3-54-g00ecf