From: Tomas Doran Date: Thu, 7 May 2009 13:19:53 +0000 (+0000) Subject: Bump required Module::Install version in everything. janus++ X-Git-Tag: v0.11~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ceda333d6452fe4fe53e627f3f8bfcb1d97b23ce;p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index e146bf3..f33bae1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.67; +use inc::Module::Install 0.87; name 'Catalyst-Plugin-Session-State-Cookie'; all_from 'lib/Catalyst/Plugin/Session/State/Cookie.pm';