X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Makefile.PL;h=28e8af56c2d0869ef28e5b89ce0889c429d2d81d;hp=2c7fd073b532b2b1895d3cbd1c7c8223d33e3278;hb=81c7f1b85cb98976fe96ad4f8a11037b2cb3de35;hpb=4e234fc969ae1ec9d66e909a05fa0387bfafb331 diff --git a/Makefile.PL b/Makefile.PL index 2c7fd07..28e8af5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.68; +use inc::Module::Install 1.06; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/URI/Template.pm > README' ); @@ -10,8 +10,11 @@ name 'URI-Template'; all_from 'lib/URI/Template.pm'; requires 'URI'; +requires 'URI::Escape'; +requires 'Unicode::Normalize'; test_requires 'Test::More'; -auto_install; +repository 'http://github.com/bricas/uri-template'; + WriteAll;