switch to Module::Install. add pod/podcoverage tests. fix coverage. add README. fix...
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
CommitLineData
826670f9 1use inc::Module::Install 0.65;
2
3name 'Catalyst-Plugin-Authentication-Credential-HTTP';
4all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm';
5
6requires 'Catalyst::Runtime';
7requires 'Catalyst::Plugin::Authentication';
8requires 'Data::UUID' => '0.11';
9requires 'String::Escape';
10requires 'Test::Exception';
11requires 'Test::MockObject';
12requires 'URI::Escape';
13
14auto_install;
15WriteAll;
16