5 create_makefile_pl => 'passthrough',
7 module_name => 'DBIx::Class',
11 'SQL::Abstract' => 1.20,
12 'SQL::Abstract::Limit' => 0.101,
15 'Class::Data::Accessor' => 0.01,
19 'DBD::SQLite' => 1.11,
26 create_makefile_pl => 'passthrough',
28 test_files => [ glob('t/*.t'), glob('t/*/*.t') ]
31 Module::Build->new(%arguments)->create_build_script;