5 create_makefile_pl => 'passthrough',
7 module_name => 'DBIx::Class',
11 'UNIVERSAL::require' => 0,
14 'SQL::Abstract' => 1.20,
15 'SQL::Abstract::Limit' => 0.101,
16 'DBD::SQLite' => 1.08,
20 create_makefile_pl => 'passthrough',
22 test_files => [ glob('t/*.t'), glob('t/*/*.t') ]
25 Module::Build->new(%arguments)->create_build_script;