summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index df00b28..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,18 +0,0 @@
-use inc::Module::Install;
-name 'Dancer-Logger-PSGI';
-all_from 'lib/Dancer/Logger/PSGI.pm';
-readme_from 'lib/Dancer/Logger/PSGI.pm';
-
-requires 'Plack';
-requires 'Plack::Middleware::ConsoleLogger';
-requires 'Test::TCP';
-
-tests 't/*.t';
-
-build_requires 'Test::More';
-use_test_base;
-auto_include;
-#auto_include_deps;
-author_tests 'xt';
-auto_set_repository;
-WriteAll;