Checking in changes prior to tagging of version 1.003. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
1 use inc::Module::Install 0.65;
2
3 name 'Catalyst-Authentication-Credential-HTTP';
4 all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm';
5
6 requires 'Catalyst::Runtime';
7 requires 'Catalyst::Plugin::Authentication' => '0.10000';
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