X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Makefile.PL;h=7492476d6c630c089770011b570566e638548bdf;hp=f24bf8d8c62af6dacb94714273f69af29a37f02b;hb=72a88a949c6f4c164c24d1a37a055c10ffeef7db;hpb=a4eba746d93cdb387aa8065c4921cdaf0d56b7ed diff --git a/Makefile.PL b/Makefile.PL index f24bf8d..7492476 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.71; +use inc::Module::Install 1.00; 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'; + WriteAll;