fixed makefile
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 86d3bf0..6c5ac75 100644 (file)
@@ -23,7 +23,10 @@ WriteMakefile(
     },
     test => {
         TESTS => join ' ',
-        ( glob('t/*.t'), glob('t/*/*.t'), glob('t/*/*/*.t') )
+        (
+            glob('t/*.t'),     glob('t/*/*.t'),
+            glob('t/*/*/*.t'), glob('t/*/*/*/*.t')
+        )
     }
 );