Tag old version. Update trunk to new version with additional tests
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Makefile.PL
index 19455ff..905b2a4 100644 (file)
@@ -1,12 +1,14 @@
 use inc::Module::Install 0.65;
 
-name 'Catalyst-Plugin-Authentication-Credential-HTTP-Proxy';
-all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm';
+name 'Catalyst-Authentication-Credential-HTTP-Proxy';
+all_from 'lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm';
 
 requires 'Catalyst::Runtime';
 requires 'Catalyst::Plugin::Authentication';
-requires 'Test::MockObject';
+requires 'Catalyst::Authentication::Credential::HTTP' => '1.005';
 requires 'LWP::Simple';
+build_requires 'Test::MockObject';
+build_requires 'Test::Exception';
 
 auto_install;
 WriteAll;