X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Makefile.PL;h=2c7fd073b532b2b1895d3cbd1c7c8223d33e3278;hp=9d387c88f26341e6196f467579c2d6c6b405c21b;hb=917525490f5d8e583f4b53dcd2d792b9e6f42c88;hpb=e0de6ab08282e52476e36abb99a35be9eff9ca8e diff --git a/Makefile.PL b/Makefile.PL index 9d387c8..2c7fd07 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,17 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.68; + +if ( -e 'MANIFEST.SKIP' ) { + system( 'pod2text lib/URI/Template.pm > README' ); +} + +perl_version '5.006'; name 'URI-Template'; all_from 'lib/URI/Template.pm'; requires 'URI'; -requires 'Test::More'; + +test_requires 'Test::More'; auto_install; WriteAll;