Small typo fix
[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';
e727ec3c 13requires 'Class::Accessor::Fast';
826670f9 14
15auto_install;
16WriteAll;
17