# Note: this file was auto-generated by Module::Build::Compat version 0.4211
require 5.010;
WriteMakefile
(
'NAME' => 'Game::Life::NDim',
'VERSION_FROM' => 'lib/Game/Life/NDim.pm',
'PREREQ_PM' => {
'Moose' => 0,
'Params::Coerce' => 0,
'Test::More' => '0.88',
'Test::NoWarnings' => 0,
'Test::Warn' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;