summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-04-19 12:04:29 +0200
committerfranck cuny <franck@lumberjaph.net>2011-04-19 12:04:29 +0200
commite79c64ba578012470ec991c71baf93c6b761f69a (patch)
treedc79531f58512ddde7c621024da8b094d9f26e72 /Makefile.PL
parentMerge branch 'review/leo' (diff)
parentclean (diff)
downloadplack-middleware-etag-e79c64ba578012470ec991c71baf93c6b761f69a.tar.gz
Merge branch 'topic/dzil'
* topic/dzil: clean add dist.ini and remove makefile remove shipit
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 1a961d5..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,19 +0,0 @@
-use inc::Module::Install;
-name 'Plack-Middleware-ETag';
-all_from 'lib/Plack/Middleware/ETag.pm';
-
-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;
-auto_set_repository;
-license 'perl';
-WriteAll;