fixed missing ok prereq in C::P::Cache
Jonathan Rockway [Fri, 20 Oct 2006 18:11:46 +0000 (18:11 +0000)]
Makefile.PL

index 7d8f319..1cbef18 100644 (file)
@@ -9,7 +9,8 @@ WriteMakefile(
         'Test::Deep'      => 0,
         'Test::Exception' => 0,
         'Test::More'      => 0,
-    },
+       'ok'              => 0,
+   },
     'INSTALLDIRS' => 'site',
     'EXE_FILES'   => [],
     'PL_FILES'    => {},