switch to Module::Install. fix pod. add MANIFEST.SKIP
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..19455ff
--- /dev/null
@@ -0,0 +1,13 @@
+use inc::Module::Install 0.65;
+
+name 'Catalyst-Plugin-Authentication-Credential-HTTP-Proxy';
+all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm';
+
+requires 'Catalyst::Runtime';
+requires 'Catalyst::Plugin::Authentication';
+requires 'Test::MockObject';
+requires 'LWP::Simple';
+
+auto_install;
+WriteAll;
+