use 5.006; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Sort::Key', VERSION_FROM => 'lib/Sort/Key.pm', PREREQ_PM => { 'Test::More' => 0.54 }, ABSTRACT_FROM => 'lib/Sort/Key.pm', AUTHOR => 'Salvador Fandino ', TYPEMAPS => ['typemap'], LIBS => [''], DEFINE => '', # OPTIMIZE => '-g -O0', INC => '-I.' );