App-EUMM-Migrate
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Note: this file was auto-generated by Module::Build::Compat version 0.4211
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' => '1',
'Perl::Meta' => 0,
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'eumm-migrate.pl'
],
'PL_FILES' => {}
)
;
( run in 1.201 second using v1.01-cache-2.11-cpan-39bf76dae61 )