X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=Makefile.PL;h=db00f65cc3074d2df3b4ac635f93c4006e0f70e0;hp=a03232512a926f3f3a9089f121175949498cf1bf;hb=9292790965e6522e20decdc384de7442b12809d3;hpb=918432f960efb788d9e9ba67be874cba55fd7746 diff --git a/Makefile.PL b/Makefile.PL index a032325..db00f65 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', }, }, },