summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-17 13:23:08 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-17 13:23:08 +0200
commit2d615db13d2dbe9f134d8cc59f0b770282bf35b6 (patch)
tree9ee716dc599f12896150d1d38978f99b3724ba00 /Makefile.PL
parentinitial commit (diff)
downloaddancer-logger-psgi-2d615db13d2dbe9f134d8cc59f0b770282bf35b6.tar.gz
log to psgix.logger
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 57f0134..df00b28 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,9 @@ name 'Dancer-Logger-PSGI';
all_from 'lib/Dancer/Logger/PSGI.pm';
readme_from 'lib/Dancer/Logger/PSGI.pm';
-# requires '';
+requires 'Plack';
+requires 'Plack::Middleware::ConsoleLogger';
+requires 'Test::TCP';
tests 't/*.t';