about summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-11-23 14:54:26 +0100
committerfranck cuny <franck@lumberjaph.net>2009-11-23 14:54:26 +0100
commit13e5ddefc45cecea0e7f025ed68db0b96250a877 (patch)
tree48c22e8fede83196edd16787a9de970b0d0e2775 /Makefile.PL
downloadnet-http-api-13e5ddefc45cecea0e7f025ed68db0b96250a877.tar.gz
initial commit
Diffstat (limited to '')
-rw-r--r--Makefile.PL13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..95231a3
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,13 @@
+use inc::Module::Install;
+name 'MooseX-Net-API';
+all_from 'lib/MooseX/Net/API.pm';
+
+# requires '';
+
+tests 't/*.t';
+author_tests 'xt';
+
+build_requires 'Test::More';
+use_test_base;
+auto_include;
+WriteAll;