summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-17 12:38:20 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-17 12:38:20 +0200
commit6c4c80f08532fc4a7b897b62f7035d35788f3985 (patch)
tree326cad6ea0799c116be8b17770a540fe9f094ec5 /Makefile.PL
downloaddancer-logger-psgi-6c4c80f08532fc4a7b897b62f7035d35788f3985.tar.gz
initial commit
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..57f0134
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,16 @@
+use inc::Module::Install;
+name 'Dancer-Logger-PSGI';
+all_from 'lib/Dancer/Logger/PSGI.pm';
+readme_from 'lib/Dancer/Logger/PSGI.pm';
+
+# requires '';
+
+tests 't/*.t';
+
+build_requires 'Test::More';
+use_test_base;
+auto_include;
+#auto_include_deps;
+author_tests 'xt';
+auto_set_repository;
+WriteAll;