From: Jonathan Rockway Date: Fri, 20 Oct 2006 18:11:46 +0000 (+0000) Subject: fixed missing ok prereq in C::P::Cache X-Git-Tag: v0.03~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Cache.git;a=commitdiff_plain;h=742bc9efc3eac8a8cf1d9ab0d51577268ea5914f fixed missing ok prereq in C::P::Cache --- diff --git a/Makefile.PL b/Makefile.PL index 7d8f319..1cbef18 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,8 @@ WriteMakefile( 'Test::Deep' => 0, 'Test::Exception' => 0, 'Test::More' => 0, - }, + 'ok' => 0, + }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {},