Checking in changes prior to tagging of version 1.008. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
index c1501a6..9661752 100644 (file)
@@ -1,15 +1,18 @@
 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';
 requires 'Test::MockObject';
 requires 'URI::Escape';
+requires 'Class::Accessor::Fast';
+
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP';
 
 auto_install;
 WriteAll;