6 use ExtUtils::MakeMaker;
9 NAME => 'App::MrShell',
10 VERSION_FROM => 'MrShell.pm',
11 AUTHOR => 'Paul Miller <jettero@cpan.org>',
12 EXE_FILES => [ 'mrsh' ],
17 'Term::ANSIColor' => 0,
18 'Text::Balanced' => 0,
21 ($ExtUtils::MakeMaker::VERSION ge '6.48'?
22 (MIN_PERL_VERSION => 5.006001,
26 repository => 'http://github.com/jettero/mrsh',
33 clean => { FILES => 'FILES dist test_file.*' },