X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=a7295fcf67cbca3af1a5434d67bf414d1f935194;hb=refs%2Ftags%2Fupstream%2F0.10;hp=9d387c88f26341e6196f467579c2d6c6b405c21b;hpb=e0de6ab08282e52476e36abb99a35be9eff9ca8e;p=liburi-template-perl.git diff --git a/Makefile.PL b/Makefile.PL index 9d387c8..a7295fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,11 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.68; name 'URI-Template'; all_from 'lib/URI/Template.pm'; requires 'URI'; -requires 'Test::More'; + +test_requires 'Test::More'; auto_install; WriteAll;