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