X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=698e9bbfdfdcc9cda410f14e89572926060a18a2;hp=f24bf8d8c62af6dacb94714273f69af29a37f02b;hb=85d58c49caf33a66fdee3b54c6fda4981c7a8d47;hpb=8a4c5378ad9614e2d4d066968b85f215fd5671d3 diff --git a/Makefile.PL b/Makefile.PL index f24bf8d..698e9bb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.71; +use inc::Module::Install 0.91; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/WWW/OpenSearch.pm > README' ); @@ -22,5 +22,6 @@ requires 'URI::Template'; test_requires 'Test::More'; -auto_install; +repository 'http://github.com/bricas/www-opensearch/tree/master'; + WriteAll;