First pass at cleanup
[dbsrgits/DBM-Deep.git] / Build.PL
index c73c3f1..ce77101 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -7,6 +7,7 @@ my $build = Module::Build->new(
     license => 'perl',
     requires => {
         'perl'              => '5.6.0',
+        'Clone::Any'        => '0',
         'Digest::MD5'       => '1.00',
         'Fcntl'             => '0.01',
         'FileHandle::Fmode' => '0.05',
@@ -23,7 +24,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', 't/test*.db', 'cover_db',
     ],
     test_files => 't/??_*.t',
 );