# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'DBIx::DataModel', 'VERSION_FROM' => 'lib/DBIx/DataModel.pm', 'PREREQ_PM' => { 'Carp' => 0, 'DBI' => 0, 'Module::Build' => 0, 'SQL::Abstract' => '1.51', 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;