summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-28 10:25:04 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-28 10:25:04 +0100
commitab5706034a5e403059c15b3127954988c21f7dff (patch)
treec4105c93bd57ae2f6f9608b988fdaf2f4e83c254 /Makefile.PL
downloadplack-middleware-etag-ab5706034a5e403059c15b3127954988c21f7dff.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..0b8aa8d
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,13 @@
+use inc::Module::Install;
+name 'Plack-Middleware-ETag';
+all_from 'lib/Plack/Middleware/ETag.pm';
+
+# requires '';
+
+tests 't/*.t';
+author_tests 'xt';
+
+build_requires 'Test::More';
+use_test_base;
+auto_include;
+WriteAll;