use ExtUtils::MakeMaker; WriteMakefile( NAME => 'DoctorKarma', VERSION => '0.1', INST_SCRIPT => './bin', INST_BIN => './bin', test => { TESTS => 't/*.t' }, PREREQ_PM => { 'Term::ReadLine::Gnu' => 0, 'Test::Most' => 0, 'Test::MockModule' => 0, 'Test::MockObject' => 0, }, );