Should not be there
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Makefile.PL
1 use inc::Module::Install 0.65;
2
3 name 'Catalyst-Authentication-Credential-HTTP-Proxy';
4 all_from 'lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm';
5
6 requires 'Catalyst::Runtime';
7 requires 'Catalyst::Plugin::Authentication';
8 requires 'Catalyst::Authentication::Credential::HTTP' => '1.005';
9 requires 'LWP::Simple';
10 build_requires 'Test::MockObject';
11 build_requires 'Test::Exception';
12
13 auto_install;
14 WriteAll;
15