The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
   DISTNAME      => 'Computer-Theory-FSA',
   NAME          => 'Computer::Theory::FSA',
   VERSION_FROM  => 'lib/Computer/Theory/FSA.pm',
   AUTHOR        => 'Fabiano Reese Righetti <frighetti@cpan.org>',
   ABSTRACT_FROM => 'lib/Computer/Theory/FSA.pm',
   PL_FILES      => {},
   PREREQ_PM     => {},
);