# Note: this file was auto-generated by Module::Build::Compat version 0.3800 require 5.006; use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'App::EUMM::Migrate', 'VERSION_FROM' => 'lib/App/EUMM/Migrate.pm', 'PREREQ_PM' => { 'Data::Dumper' => 0, 'File::Slurp' => 0, 'Github::Fork::Parent' => '0.11', 'Perl::Meta' => 0, 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'eumm-migrate.pl' ], 'PL_FILES' => {} ) ;