X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Makefile.PL;h=a7295fcf67cbca3af1a5434d67bf414d1f935194;hp=9d387c88f26341e6196f467579c2d6c6b405c21b;hb=83c3737484d89a57cfd230d6a4039a269e212035;hpb=0bf9e38bd59ec2d30d98cdd5b1ff6659bc776761 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;