Converting from FileHandle methods to keywords in preparation for removing FileHandle
[dbsrgits/DBM-Deep.git] / Build.PL
index 7230b08..c6ca08d 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -20,6 +20,7 @@ my $build = Module::Build->new(
     add_to_cleanup => [
         'META.yml', '*.bak', '*.gz', 'Makefile.PL', 't/test*.db', 'cover_db'
     ],
+    test_files => 't/??_*.t',
 );
 
 $build->create_build_script;