5 create_makefile_pl => 'passthrough',
7 module_name => 'DBIx::Class',
11 'UNIVERSAL::require' => 0,
13 'SQL::Abstract' => 1.20,
14 'SQL::Abstract::Limit' => 0.101,
15 'DBD::SQLite' => 1.08,
20 # Following for CDBICompat only
21 'Class::Trigger' => 0,
22 'DBIx::ContextualFetch' => 0,
28 create_makefile_pl => 'passthrough',
30 test_files => [ glob('t/*.t'), glob('t/*/*.t') ]
33 Module::Build->new(%arguments)->create_build_script;