X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=Build.PL;h=9644e8d5448c356b040234c470397d075db67e33;hp=e91083aee8ca2f03d24973fee6602c7a23b51459;hb=0b3bde04ae84268c122ca38c1e06fca2d0623b47;hpb=14e0914f2f0ebb963299b45f7de58c37dfb38ccf 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,