summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-07 09:38:50 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-07 09:38:50 +0200
commit1e704672033cfebbb32d3cb4c723da46cc33ac4f (patch)
treef534a9e5e1f326cbef13193b969dbe3e4effae41 /Makefile.PL
parentadd two new methods to backtweet (diff)
downloadnet-backtype-1e704672033cfebbb32d3cb4c723da46cc33ac4f.tar.gz
switch to dzil
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 75deb47..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,14 +0,0 @@
-use inc::Module::Install;
-name 'Net-Backtype';
-all_from 'lib/Net/Backtype.pm';
-
-requires 'Moose';
-requires 'MooseX::Net::API';
-
-tests 't/*.t';
-author_tests 'xt';
-
-build_requires 'Test::More';
-use_test_base;
-auto_include;
-WriteAll;