r589@rob-kinyons-computer-2 (orig r10513): rkinyon | 2008-01-10 23:43:55 -0500
[dbsrgits/DBM-Deep.git] / Build.PL
index 595b201..7143cbf 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -7,13 +7,13 @@ my $build = Module::Build->new(
     license => 'perl',
     requires => {
         'perl'              => '5.006_000',
-        'Clone'             => '0.01',
-        'Digest::MD5'       => '1.00',
         'Fcntl'             => '0.01',
-        'FileHandle::Fmode' => '0.05',
         'Scalar::Util'      => '1.14',
+        'Digest::MD5'       => '1.00',
+        'FileHandle::Fmode' => '0.05',
     },
     optional => {
+        'Pod::Usage'        => '1.3',
     },
     build_requires => {
         'File::Path'      => '0.01',
@@ -26,7 +26,7 @@ my $build = Module::Build->new(
     },
     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',
 );