From: Yuval Kogman Date: Sat, 29 Jul 2006 16:38:40 +0000 (+0000) Subject: The new state plugins require a C::P::Session 0.06 X-Git-Tag: v0.05~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=aee978428f95ec3f4bb8ade0e5e1a4852b17a2ca;hp=458ed7d4b764cb9def36fddb845581713cb10f4e The new state plugins require a C::P::Session 0.06 --- diff --git a/Build.PL b/Build.PL index e91083a..9644e8d 100644 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,7 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst::Plugin::Session::State::Cookie', requires => { - 'Catalyst::Plugin::Session' => '0.01', + 'Catalyst::Plugin::Session' => '0.06', 'Test::MockObject' => '1.01', }, create_readme => 1,