First stab at restructuring with tests_recursive() - no functional changes
[dbsrgits/DBIx-Class.git] / Makefile.PL
index c1b6596..ab1aec3 100644 (file)
@@ -33,10 +33,11 @@ test_requires 'DBD::SQLite'         => 1.14;
 test_requires 'Test::Builder'       => 0.33;
 test_requires 'Test::Warn'          => 0.11;
 test_requires 'Test::Exception'     => 0;
+test_requires 'Test::Deep'          => 0;
 
 install_script 'script/dbicadmin';
 
-tests "t/*.t t/*/*.t";
+tests_recursive 't';
 
 # re-build README and require CDBI modules for testing if we're in a checkout