Converted all relevant tests to use new_dbm instead of new_fh and all tests (except...
[dbsrgits/DBM-Deep.git] / Build.PL
index 48b0979..d811d78 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -11,13 +11,17 @@ my $build = Module::Build->new(
         'Scalar::Util'      => '1.14',
         'Digest::MD5'       => '1.00',
     },
+    recommends => {
+        'DBIx::Abstract' => '1.006',
+        'Storable'       => '2.21',
+    },
     build_requires => {
         'File::Path'      => '0.01',
         'File::Temp'      => '0.01',
         'Pod::Usage'      => '1.3',
+        'Test::More'      => '0.88',
         'Test::Deep'      => '0.095',
         'Test::Warn'      => '0.08',
-        'Test::More'      => '0.47',
         'Test::Exception' => '0.21',
         'IO::Scalar'      => '0.01',
     },