From: Yuval Kogman Date: Tue, 1 Nov 2005 23:18:12 +0000 (+0000) Subject: Fix prereqs in other session plugins X-Git-Tag: v0.01~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=14e0914f2f0ebb963299b45f7de58c37dfb38ccf;hp=20e337916b7e1e3ba16a579557a6d493a3231780 Fix prereqs in other session plugins --- diff --git a/Build.PL b/Build.PL index a766290..e91083a 100644 --- a/Build.PL +++ b/Build.PL @@ -6,8 +6,8 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst::Plugin::Session::State::Cookie', requires => { - 'perl' => '5.8.1', - 'Catalyst::Plugin::Session' => 0.01, + 'Catalyst::Plugin::Session' => '0.01', + 'Test::MockObject' => '1.01', }, create_readme => 1, sign => 1,