switch to Module::Install. fix pod. add MANIFEST.SKIP
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Makefile.PL
1 use inc::Module::Install 0.65;
2
3 name 'Catalyst-Plugin-Authentication-Credential-HTTP-Proxy';
4 all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm';
5
6 requires 'Catalyst::Runtime';
7 requires 'Catalyst::Plugin::Authentication';
8 requires 'Test::MockObject';
9 requires 'LWP::Simple';
10
11 auto_install;
12 WriteAll;
13