Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Makefile.PL
1 use inc::Module::Install 0.87;
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.009';
9 requires 'LWP::Simple';
10 build_requires 'Test::MockObject';
11 build_requires 'Test::Exception';
12
13 auto_install;
14 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/';
15
16 WriteAll;
17