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