switch to Module::Install. fix pod. add MANIFEST.SKIP
[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