Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Makefile.PL
CommitLineData
7210f471 1use inc::Module::Install 0.87;
c46e37e2 2
b2cd5ce7 3name 'Catalyst-Authentication-Credential-HTTP-Proxy';
4all_from 'lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm';
c46e37e2 5
6requires 'Catalyst::Runtime';
7requires 'Catalyst::Plugin::Authentication';
bbec9b61 8requires 'Catalyst::Authentication::Credential::HTTP' => '1.009';
c46e37e2 9requires 'LWP::Simple';
b2cd5ce7 10build_requires 'Test::MockObject';
11build_requires 'Test::Exception';
c46e37e2 12
13auto_install;
7c4b2e00 14resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/';
15
c46e37e2 16WriteAll;
17