X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=bccfd26ebef5274f11f32597f3817e8341014955;hb=345e7fd079ea47414f8d2601e47689a0dbd16c97;hp=5c23217c9530cf66ce7faeb8025df45bf447aa9f;hpb=0c4a1f909801d92d35201c4674a210069d9adca9;p=dbsrgits%2FDBM-Deep.git diff --git a/Build.PL b/Build.PL index 5c23217..bccfd26 100644 --- a/Build.PL +++ b/Build.PL @@ -6,26 +6,26 @@ my $build = Module::Build->new( module_name => 'DBM::Deep', license => 'perl', requires => { - perl => '5.6.0', - 'Digest::MD5' => '1.00', - 'Fcntl' => '0.01', - 'Scalar::Util' => '1.14', - }, - optional => { + 'perl' => '5.006_000', + 'Fcntl' => '0.01', + 'Scalar::Util' => '1.14', + 'Digest::MD5' => '1.00', }, build_requires => { 'File::Path' => '0.01', 'File::Temp' => '0.01', - 'Test::Deep' => '0.94', - 'Test::More' => '0.47', + 'Pod::Usage' => '1.3', + 'Test::Deep' => '0.095', + 'Test::Warn' => '0.08', + 'Test::More' => '0.61', 'Test::Exception' => '0.21', + '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', 'cover_db', ], test_files => 't/??_*.t', ); $build->create_build_script; -