X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b8d6de07b62a2881c8bc2b09b2723af912ee380c;hb=fb0b12262299bdb35146c051aa7a8c073ec6494d;hp=a2b97473967ffe7ae15a09ae023bf64b25e27ad9;hpb=d903922c3a32893cc03aba5a95c9298dc5e150b1;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index a2b9747..b8d6de0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,6 +18,10 @@ WriteMakefile( 'vars' => 0, 'version' => 0.87, 'warnings' => 0, + $] < 5.008 + ? ( 'IO::Scalar' => 0 ) + : () + , }, META_MERGE => { dynamic_config => 0, @@ -27,4 +31,6 @@ WriteMakefile( homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git', }, }, + + INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'), );