/usr/local/CPAN/MooseX-FSM/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'MooseX::FSM',
          'VERSION_FROM' => 'lib/MooseX/FSM.pm',
          'PREREQ_PM' => {
                           'Moose' => '0.72',
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;