summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-11 17:24:54 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-11 17:24:54 +0100
commit0053c2aec257a12a3a0b5c903eccdd7a91b7df9c (patch)
treecac3fa5e240ac0069fae2739bc1b3104cd08ca5d /Makefile.PL
downloadkiokudb-backend-riak-0053c2aec257a12a3a0b5c903eccdd7a91b7df9c.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..a02feab
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,16 @@
+use inc::Module::Install;
+name 'KiokuDB-Backend-Riak';
+all_from 'lib/KiokuDB/Backend/Riak.pm';
+
+# requires '';
+requires 'Moose';
+requires 'Test::Class';
+requires 'Test::Exception';
+
+tests 't/*.t';
+author_tests 'xt';
+
+build_requires 'Test::More';
+use_test_base;
+auto_include;
+WriteAll;