X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Makefile.PL;h=2c7fd073b532b2b1895d3cbd1c7c8223d33e3278;hp=a7295fcf67cbca3af1a5434d67bf414d1f935194;hb=refs%2Ftags%2Fupstream%2F0.11;hpb=83c3737484d89a57cfd230d6a4039a269e212035 diff --git a/Makefile.PL b/Makefile.PL index a7295fc..2c7fd07 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,11 @@ 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';