From 5aaf1755e6e8f155e6de6de0f2275731ce96b21b Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 22 May 2008 16:14:17 -0500 Subject: fix up the makefile --- Makefile.PL | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index ca871d7..0f4899d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,10 +5,21 @@ use inc::Module::Install; name 'Language-TECO'; all_from 'lib/Language/TECO.pm'; -requires ''; +feature 'Command line te script' => + -default => 1, + 'Term::ReadKey' => '0'; + +feature 'IRC evalbot' => + -default => 0, + 'Bot::BasicBot' => '0'; build_requires 'Test::More'; +build_requires 'Test::Exception'; + +install_script('bin/te'); +install_script('bin/tecobot'); + +tests 't/*.t'; auto_install; WriteAll; - -- cgit v1.2.3