Standardized test incantations
[dbsrgits/DBM-Deep.git] / Build.PL
index ce77101..bccfd26 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,25 +6,24 @@ my $build = Module::Build->new(
     module_name => 'DBM::Deep',
     license => 'perl',
     requires => {
-        'perl'              => '5.6.0',
-        'Clone::Any'        => '0',
-        'Digest::MD5'       => '1.00',
+        'perl'              => '5.006_000',
         'Fcntl'             => '0.01',
-        'FileHandle::Fmode' => '0.05',
         'Scalar::Util'      => '1.14',
-    },
-    optional => {
+        'Digest::MD5'       => '1.00',
     },
     build_requires => {
         'File::Path'      => '0.01',
         'File::Temp'      => '0.01',
+        'Pod::Usage'      => '1.3',
         'Test::Deep'      => '0.095',
-        'Test::More'      => '0.47',
+        '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',
 );