# Note: this file was auto-generated by Module::Build::Compat version 0.32 use ExtUtils::MakeMaker; WriteMakefile ( 'INSTALLDIRS' => 'site', 'NAME' => 'MooseX::Role::Strict', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/MooseX/Role/Strict.pm', 'PREREQ_PM' => { 'Test::Most' => '0.21', 'Moose' => '0.75' } ) ;