Checking in changes prior to tagging of version 0.11. Changelog diff is:
[catagits/Web-Session.git] / Makefile.PL
index 4d5ea9b..c005d84 100644 (file)
@@ -7,15 +7,15 @@ 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';
+test_requires 'Test::Exception';
 
 tests_recursive;
 auto_install;