X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9b7e4ada31e79fea1fd0e19c643221a977e703d3;hb=3c384af0d97eedeea06f1c9d719200470023ffc3;hp=a2b97473967ffe7ae15a09ae023bf64b25e27ad9;hpb=d903922c3a32893cc03aba5a95c9298dc5e150b1;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index a2b9747..9b7e4ad 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,8 +18,13 @@ WriteMakefile( 'vars' => 0, 'version' => 0.87, 'warnings' => 0, + $] < 5.008 + ? ( 'IO::Scalar' => 0 ) + : () + , }, META_MERGE => { + 'meta-spec' => { version => 2 }, dynamic_config => 0, resources => { # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git