Remove ::Plugin:: from module namespace, provide a legacy/compatibility ::Plugin...
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
index c1501a6..f6bdc59 100644 (file)
@@ -1,10 +1,10 @@
 use inc::Module::Install 0.65;
 
-name 'Catalyst-Plugin-Authentication-Credential-HTTP';
-all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm';
+name 'Catalyst-Authentication-Credential-HTTP';
+all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm';
 
 requires 'Catalyst::Runtime';
-requires 'Catalyst::Plugin::Authentication';
+requires 'Catalyst::Plugin::Authentication' => '0.10000';
 requires 'Data::UUID' => '0.11';
 requires 'String::Escape';
 requires 'Test::Exception';