r15710@andreas-marienborgs-computer: andreas | 2007-07-18 13:20:54 +0200
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Makefile.PL
CommitLineData
c46e37e2 1use inc::Module::Install 0.65;
2
3name 'Catalyst-Plugin-Authentication-Credential-HTTP-Proxy';
4all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm';
5
6requires 'Catalyst::Runtime';
7requires 'Catalyst::Plugin::Authentication';
8requires 'Test::MockObject';
9requires 'LWP::Simple';
10
11auto_install;
12WriteAll;
13