Back out r7888 as I am lose, and doing compat properly isn't nice. Going to push...
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
CommitLineData
826670f9 1use inc::Module::Install 0.65;
2
d99b7693 3name 'Catalyst-Plugin-Authentication-Credential-HTTP';
4all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm';
826670f9 5
6requires 'Catalyst::Runtime';
d99b7693 7requires 'Catalyst::Plugin::Authentication';
826670f9 8requires 'Data::UUID' => '0.11';
9requires 'String::Escape';
10requires 'Test::Exception';
11requires 'Test::MockObject';
12requires 'URI::Escape';
13
14auto_install;
15WriteAll;
16