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