add test for Store::CHI
[catagits/Web-Session.git] / Makefile.PL
index 25064c5..4d5ea9b 100644 (file)
@@ -2,8 +2,8 @@ use strict;
 use warnings;
 use inc::Module::Install;
 
-name 'Plack-Session';
-all_from 'lib/Plack/Session.pm';
+name 'Plack-Middleware-Session';
+all_from 'lib/Plack/Middleware/Session.pm';
 license 'perl';
 
 # prereqs
@@ -15,6 +15,7 @@ requires 'Digest::SHA'      => '0';
 
 # things the tests need
 build_requires 'Test::More' => '0.88';
+build_requires 'Test::Requires' => '0';
 
 tests_recursive;
 auto_install;