X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=578123b70d2ca011f2204dbc4bfa1614fcaf48da;hb=5bbbabc6044b18106de3a191bda220c6d44033c1;hp=9116dde45787126b740a7c983d58caff03a30604;hpb=a1e5bd364c4587849133c3d4a921b640f633d4f7;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Build.PL b/Build.PL index 9116dde..578123b 100644 --- a/Build.PL +++ b/Build.PL @@ -6,10 +6,11 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst::Plugin::Authentication', requires => { - 'perl' => '5.8.1', - 'Catalyst' => '5.49', + 'perl' => '5.8.1', + 'Catalyst' => '5.49', + 'Class::Inspector' => 0, + 'Catalyst::Plugin::Session' => '0.10', }, - reccomends => { 'Want' => 0, }, create_readme => 1, sign => 1, );