i just enabled tests in Makefile.PL, i did not break anything!
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 0ad31f8..86d3bf0 100644 (file)
@@ -20,6 +20,10 @@ WriteMakefile(
         Tree::Simple                      => 0,
         Tree::Simple::Visitor::FindByPath => 0,
         URI                               => 0,
+    },
+    test => {
+        TESTS => join ' ',
+        ( glob('t/*.t'), glob('t/*/*.t'), glob('t/*/*/*.t') )
     }
 );