Removed only physical access to the in ::Deep
[dbsrgits/DBM-Deep.git] / Build.PL
index c6ca08d..29d1754 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,13 +6,17 @@ 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',
+        'Fcntl'        => '0.01',
+        'Scalar::Util' => '1.14',
     },
     optional => {
     },
     build_requires => {
+        'File::Path'      => '0.01',
+        'File::Temp'      => '0.01',
+        'Test::Deep'      => '0.094',
         'Test::More'      => '0.47',
         'Test::Exception' => '0.21',
     },