From: Yuval Kogman Date: Mon, 26 Dec 2005 08:22:14 +0000 (+0000) Subject: Add Object::Signature to prereqs of Session X-Git-Tag: v0.03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb14a5099fdb8125a7e60b7cd2055d3bc779e84f;p=catagits%2FCatalyst-Plugin-Session.git Add Object::Signature to prereqs of Session --- diff --git a/Build.PL b/Build.PL index 84bf185..925dc91 100644 --- a/Build.PL +++ b/Build.PL @@ -6,15 +6,16 @@ my $build = Module::Build->new( license => 'perl', module_name => 'Catalyst::Plugin::Session', requires => { - 'perl' => '5.8.1', - 'Catalyst' => '5.49', - 'Test::MockObject' => '1.01', - 'Digest' => 0, - 'File::Temp' => 0, - 'File::Spec' => 0, - 'Test::Deep' => 0, - 'Test::More' => 0, - 'Test::Exception' => 0, + 'perl' => '5.8.1', + 'Catalyst' => '5.49', + 'Test::MockObject' => '1.01', + 'Digest' => 0, + 'Object::Signature' => 0, + 'File::Temp' => 0, + 'File::Spec' => 0, + 'Test::Deep' => 0, + 'Test::More' => 0, + 'Test::Exception' => 0, }, reccomends => {