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