Release commit for 0.18
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Makefile.PL
index a032325..db00f65 100644 (file)
@@ -13,7 +13,9 @@ my %META = (
     } },
     test => {
       requires => {
-        'Test::More'  => '0.88',
+        'Catalyst::Test'  => 0,
+        'HTTP::Cookies'   => 0,
+        'Test::More'      => '0.88',
       },
     },
     runtime => {
@@ -27,6 +29,8 @@ my %META = (
     },
     develop   => {
       requires => {
+        'Test::Pod'           => '1.14',
+        'Test::Pod::Coverage' => '1.04',
       },
     },
   },