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=e91083aee8ca2f03d24973fee6602c7a23b51459;hp=28205771a3e60d7b5b83206cdc506d1515229325;hb=458ed7d4b764cb9def36fddb845581713cb10f4e;hpb=81eb8ebf83afd9410d40d4232eeb9fb64db991cc diff --git a/Build.PL b/Build.PL index 2820577..e91083a 100644 --- a/Build.PL +++ b/Build.PL @@ -6,12 +6,11 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst::Plugin::Session::State::Cookie', requires => { - 'perl' => '5.8.1', - 'Catalyst' => 0, - 'Catalyst::Plugin::Session' => 0.01, + 'Catalyst::Plugin::Session' => '0.01', + 'Test::MockObject' => '1.01', }, - create_readme => 1, - sign => 1, + create_readme => 1, + sign => 1, ); $build->create_build_script;