# Note: this file was auto-generated by Module::Build::Compat version 0.32 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Fey::ORM::Mock', 'VERSION_FROM' => 'lib/Fey/ORM/Mock.pm', 'PREREQ_PM' => { 'Class::MOP' => '0.69', 'DBD::Mock' => '0', 'Fey::DBIManager' => '0.08', 'Fey::ORM' => '0.12', 'Fey::Test' => '0.05', 'Moose' => '0', 'MooseX::Params::Validate' => '0', 'MooseX::StrictConstructor' => '0', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [] ) ;