X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=595b20187ff3de2e98cd549a3e4edda0dbde1cd1;hb=807f63a7218ff60795f39942940df83687eeeb77;hp=7a6e249f331134d99ae52228fd9609c1e5fac5e7;hpb=e06824f82b4edc6b50a46a7936fad78a9515a907;p=dbsrgits%2FDBM-Deep.git diff --git a/Build.PL b/Build.PL index 7a6e249..595b201 100644 --- a/Build.PL +++ b/Build.PL @@ -6,23 +6,29 @@ my $build = Module::Build->new( module_name => 'DBM::Deep', license => 'perl', requires => { - perl => '5.6.0', - 'Digest::MD5' => '1.00', - 'Scalar::Util' => '1.14', + 'perl' => '5.006_000', + 'Clone' => '0.01', + 'Digest::MD5' => '1.00', + 'Fcntl' => '0.01', + 'FileHandle::Fmode' => '0.05', + 'Scalar::Util' => '1.14', }, optional => { }, build_requires => { + 'File::Path' => '0.01', + 'File::Temp' => '0.01', + 'Test::Deep' => '0.095', + 'Test::Warn' => '0.08', 'Test::More' => '0.47', 'Test::Exception' => '0.21', - 'File::Temp' => '0.01', + 'IO::Scalar' => '0.01', }, create_makefile_pl => 'traditional', add_to_cleanup => [ - 'META.yml', '*.bak', '*.gz', 'Makefile.PL', 't/test*.db', 'cover_db' + 'META.yml', '*.bak', '*.gz', 'Makefile.PL', 't/test*.db', 'cover_db', ], test_files => 't/??_*.t', ); $build->create_build_script; -