fixed makefile
Sebastian Riedel [Mon, 11 Apr 2005 08:40:32 +0000 (08:40 +0000)]
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')
+        )
     }
 );