The new state plugins require a C::P::Session 0.06
Yuval Kogman [Sat, 29 Jul 2006 16:38:40 +0000 (16:38 +0000)]
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,