5 my $build = Module::Build->new(
6 module_name => 'DBM::Deep',
11 'Scalar::Util' => '1.14',
12 'Digest::MD5' => '1.00',
15 'DBIx::Abstract' => '1.006',
19 'File::Path' => '0.01',
20 'File::Temp' => '0.01',
21 'Pod::Usage' => '1.3',
22 'Test::More' => '0.88',
23 'Test::Deep' => '0.095',
24 'Test::Warn' => '0.08',
25 'Test::Exception' => '0.21',
26 'IO::Scalar' => '0.01',
28 create_makefile_pl => 'traditional',
30 'META.yml', '*.bak', '*.gz', 'Makefile.PL', 'cover_db',
32 test_files => 't/??_*.t',
35 $build->create_build_script;