X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=28e8af56c2d0869ef28e5b89ce0889c429d2d81d;hp=c333f626c5f49adf5154819f2a8d79a60e380a48;hb=9004d45c7760030466d6b0f718bf99d20caa2c5a;hpb=84ad1da894eebb92b5f60cdb2b58a0b3c3ea9202 diff --git a/Makefile.PL b/Makefile.PL index c333f62..28e8af5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.77; +use inc::Module::Install 1.06; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/URI/Template.pm > README' ); @@ -15,4 +15,6 @@ requires 'Unicode::Normalize'; test_requires 'Test::More'; +repository 'http://github.com/bricas/uri-template'; + WriteAll;