summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-11-23 14:34:14 +0100
committerfranck cuny <franck@lumberjaph.net>2009-11-23 14:34:14 +0100
commit54849780d9f9221c40adf6d9790ebae663616864 (patch)
tree39d3b810bd3b561295593b17154501543985fe5c /Makefile.PL
downloadnet-backtype-54849780d9f9221c40adf6d9790ebae663616864.tar.gz
initial commit
Diffstat (limited to 'Makefile.PL')
-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..b657f2c
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,13 @@
+use inc::Module::Install;
+name 'Net-Backtype';
+all_from 'lib/Net/Backtype.pm';
+
+# requires '';
+
+tests 't/*.t';
+author_tests 'xt';
+
+build_requires 'Test::More';
+use_test_base;
+auto_include;
+WriteAll;