Checking in changes prior to tagging of version 0.10. Changelog diff is:
[catagits/Web-Session.git] / Makefile.PL
index cd51495..1d8561e 100644 (file)
@@ -7,14 +7,14 @@ all_from 'lib/Plack/Middleware/Session.pm';
 license 'perl';
 
 # prereqs
-requires 'Plack'            => '0.9021';
-requires 'Plack::Request'   => '0.08';
+requires 'Plack'            => '0.9910';
 
 # for session ID gen
-requires 'Digest::SHA'      => '0';
+requires 'Digest::SHA1'      => '0';
 
 # things the tests need
 build_requires 'Test::More' => '0.88';
+build_requires 'Test::Requires' => '0';
 
 tests_recursive;
 auto_install;