X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Makefile.PL;h=167bf65f64a6e0107681fbcbeeeafa4dfc04e98f;hp=903ee78e602918f5d534441295fe63512c06a656;hb=3e29d833e4fbe59c83e7ae52a7413b193c1083bd;hpb=5127c597102ab37e43b89cc43b4d8ea1b34509cd diff --git a/Makefile.PL b/Makefile.PL index 903ee78..167bf65 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,8 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.68; + +if ( -e 'MANIFEST.SKIP' ) { + system( 'pod2text lib/WWW/OpenSearch.pm > README' ); +} name 'WWW-OpenSearch'; all_from 'lib/WWW/OpenSearch.pm'; @@ -10,7 +14,8 @@ requires 'XML::LibXML' => 1.58; requires 'Encode'; requires 'URI'; requires 'URI::Template'; -requires 'Test::More'; + +test_requires 'Test::More'; auto_install; WriteAll;