summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-24 09:23:13 +0100
committerfranck cuny <franck@lumberjaph.net>2010-03-24 09:23:13 +0100
commit2b432c6e35836fdec5c9477208d7f8f435c41ea1 (patch)
treeeb33569001e09974a6c009df5e6fb13c41aff4f8 /Makefile.PL
parentcealn POD, remove warn from test (diff)
downloadplack-middleware-etag-2b432c6e35836fdec5c9477208d7f8f435c41ea1.tar.gz
Checking in changes prior to tagging of version 0.01. Changelog diff is:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 81394cb..1a961d5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,4 +14,6 @@ readme_from 'lib/Plack/Middleware/ETag.pm';
build_requires 'Test::More';
use_test_base;
auto_include;
+auto_set_repository;
+license 'perl';
WriteAll;