X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=88d7dd329c3e7cc8f02689bcc30f2b38156b5b1d;hp=ac459ef12f32c9e92de7036cf3b3e00b928ab079;hb=92a04e78451078b33f75e7c44d247b024c27b4f7;hpb=e23825ecd2eaaeba8d95b59317a5b78f3c4924bf diff --git a/Makefile.PL b/Makefile.PL index ac459ef..88d7dd3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use inc::Module::Install 0.68; -if( -e 'MANIFEST.SKIP' ) { +if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' ); }