Fix spelling test, split init method out of constructor for easier sub-classing
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
CommitLineData
826670f9 1use inc::Module::Install 0.65;
2
513d8ab6 3name 'Catalyst-Authentication-Credential-HTTP';
4all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm';
826670f9 5
6requires 'Catalyst::Runtime';
513d8ab6 7requires 'Catalyst::Plugin::Authentication' => '0.10000';
826670f9 8requires 'Data::UUID' => '0.11';
9requires 'String::Escape';
10requires 'Test::Exception';
11requires 'Test::MockObject';
12requires 'URI::Escape';
13
14auto_install;
15WriteAll;
16