use ExtUtils::MakeMaker; use 5.006; my $module_file = 'lib/Text/Match/FastAlternatives.pm'; WriteMakefile( NAME => 'Text::Match::FastAlternatives', AUTHOR => 'Aaron Crane ', ABSTRACT_FROM => $module_file, VERSION_FROM => $module_file, OBJECT => 'FastAlternatives.o', );