Tagged 0.982
[dbsrgits/DBM-Deep.git] / Build.PL
index 5f06a32..d75cb81 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,9 +6,9 @@ my $build = Module::Build->new(
     module_name => 'DBM::Deep',
     license => 'perl',
     requires => {
-#        'Carp'         => '0.01',
+        'perl'         => '5.6.0',
         'Digest::MD5'  => '1.00',
-        'Scalar::Util' => '1.18',
+        'Scalar::Util' => '1.14',
     },
     optional => {
     },
@@ -18,8 +18,9 @@ my $build = Module::Build->new(
     },
     create_makefile_pl => 'traditional',
     add_to_cleanup => [
-        'META.yml', '*.bak', '*.gz', 'Makefile.PL', 't/test*.db',
+        'META.yml', '*.bak', '*.gz', 'Makefile.PL', 't/test*.db', 'cover_db'
     ],
+    test_files => 't/??_*.t',
 );
 
 $build->create_build_script;