The new state plugins require a C::P::Session 0.06
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Build.PL
index e91083a..9644e8d 100644 (file)
--- 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,