DoctorKarma/Makefile.PL

12 lines
264 B
Perl

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