use 5; use ExtUtils::MakeMaker; my $EUMM_VERSION = eval $ExtUtils::MakeMaker::VERSION; WriteMakefile( 'NAME' => 'Term::Size::ReadKey', 'VERSION_FROM' => 'ReadKey.pm', ( $] >= 5.005 ? ( 'ABSTRACT_FROM' => 'ReadKey.pm', 'AUTHOR' => 'Adriano R. Ferreira ' ) : () ), ( $EUMM_VERSION >= 6.31 ? ( 'LICENSE' => 'perl', ) : () ), 'PREREQ_PM' => { 'strict' => 0, 'vars' => 0, 'Exporter' => 0, 'Term::ReadKey' => 0, # build requires 'Test::More' => 0, }, );