diff options
author | franck cuny <franck@lumberjaph.net> | 2011-04-19 11:53:58 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2011-04-19 11:53:58 +0200 |
commit | e5d2b5f624c6f1d87b2c1e2eee3053b1123abf4c (patch) | |
tree | 3f0e7fc38ee669955153de2d0f42427bbe3f29c6 | |
parent | remove shipit (diff) | |
download | plack-middleware-etag-e5d2b5f624c6f1d87b2c1e2eee3053b1123abf4c.tar.gz |
add dist.ini and remove makefile
-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; |