From: Yuval Kogman Date: Tue, 1 Aug 2006 08:11:02 +0000 (+0000) Subject: make auth depend on session 0.10 X-Git-Tag: v0.09^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bbbabc6044b18106de3a191bda220c6d44033c1;p=catagits%2FCatalyst-Plugin-Authentication.git make auth depend on session 0.10 --- diff --git a/Build.PL b/Build.PL index cc7e5dd..578123b 100644 --- a/Build.PL +++ b/Build.PL @@ -6,9 +6,10 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst::Plugin::Authentication', requires => { - 'perl' => '5.8.1', - 'Catalyst' => '5.49', - 'Class::Inspector' => 0, + 'perl' => '5.8.1', + 'Catalyst' => '5.49', + 'Class::Inspector' => 0, + 'Catalyst::Plugin::Session' => '0.10', }, create_readme => 1, sign => 1,