diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-04-19 12:04:29 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-04-19 12:04:29 +0200 |
| commit | e79c64ba578012470ec991c71baf93c6b761f69a (patch) | |
| tree | dc79531f58512ddde7c621024da8b094d9f26e72 /Makefile.PL | |
| parent | Merge branch 'review/leo' (diff) | |
| parent | clean (diff) | |
| download | plack-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.PL | 19 |
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; |
