use ExtUtils::MakeMaker; WriteMakefile( DISTNAME => 'Computer-Theory-FSA', NAME => 'Computer::Theory::FSA', VERSION_FROM => 'lib/Computer/Theory/FSA.pm', AUTHOR => 'Fabiano Reese Righetti ', ABSTRACT_FROM => 'lib/Computer/Theory/FSA.pm', PL_FILES => {}, PREREQ_PM => {}, );