# Note: this file was auto-generated by Module::Build::Compat version 0.35 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Fey', 'VERSION_FROM' => 'lib/Fey.pm', 'PREREQ_PM' => { 'DBI' => '0', 'Exception::Class' => '0', 'Exporter' => '0', 'Fey::Test' => '0.05', 'File::Temp' => '0', 'List::AllUtils' => '0', 'Moose' => '0.90', 'MooseX::Params::Validate' => '0.08', 'MooseX::Role::Parameterized' => '0.04', 'MooseX::SemiAffordanceAccessor' => '0.03', 'MooseX::StrictConstructor' => '0.07', 'Scalar::Util' => '0', 'Task::Weaken' => '0.99', 'Test::MockObject' => '0', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {}, 'TESTS' => 't/*.t t/Table/*.t t/Column/*.t t/SQL/*.t' ) ;