summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-28 11:14:06 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-28 11:14:06 +0100
commita7cfe548cb8d4be60c654681165318639890a3fc (patch)
treefa862681432f59a9f3a4a749c3a2d7a5bbf2b047 /Makefile.PL
parentbasic tests (diff)
downloadplack-middleware-etag-a7cfe548cb8d4be60c654681165318639890a3fc.tar.gz
update readme and makefile
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0b8aa8d..81394cb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,11 +2,15 @@ use inc::Module::Install;
name 'Plack-Middleware-ETag';
all_from 'lib/Plack/Middleware/ETag.pm';
-# requires '';
+requires 'Plack';
+requires 'Digest::SHA';
+requires 'HTTP::Request::Common';
tests 't/*.t';
author_tests 'xt';
+readme_from 'lib/Plack/Middleware/ETag.pm';
+
build_requires 'Test::More';
use_test_base;
auto_include;