X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b9cd75e9a41afaafe6d7528dcd4560d586d370a4;hb=6df1efd2a1a3b98ca851eed381315cb2e9ea4468;hp=4d5ea9be43b5dd4919a4066e18ef45527d6bc017;hpb=6d601172505b14ea67245a8c02d951b8d2588411;p=catagits%2FWeb-Session.git diff --git a/Makefile.PL b/Makefile.PL index 4d5ea9b..b9cd75e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,11 +7,11 @@ all_from 'lib/Plack/Middleware/Session.pm'; license 'perl'; # prereqs -requires 'Plack' => '0.9021'; -requires 'Plack::Request' => '0.08'; +requires 'Plack' => '0.9028'; +requires 'Plack::Request' => '0.09'; # for session ID gen -requires 'Digest::SHA' => '0'; +requires 'Digest::SHA1' => '0'; # things the tests need build_requires 'Test::More' => '0.88';