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,
20 'DBD::SQLite' => 1.11,
25 'Class::Inspector' => 0,
27 create_makefile_pl => 'passthrough',
29 test_files => [ glob('t/*.t'), glob('t/*/*.t') ]
32 Module::Build->new(%arguments)->create_build_script;