From: Karen Etheridge Date: Sat, 6 Oct 2012 20:11:51 +0000 (-0700) Subject: add pragmas to recommended prereq list X-Git-Tag: v1.004003~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dfdfcbae27f7d60ca4440bf3eaa5aca67e99c476;hp=624cf8bb50857cd82c97444fd73cffd9ebeaf8ab;p=p5sagit%2Fstrictures.git add pragmas to recommended prereq list --- diff --git a/Makefile.PL b/Makefile.PL index 958347e..ffc231c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,11 +8,17 @@ WriteMakefile( NAME => 'strictures', VERSION_FROM => 'lib/strictures.pm', - META_ADD => { + META_MERGE => { resources => { # r/w: p5sagit@git.shadowcat.co.uk:strictures.git repository => 'git://git.shadowcat.co.uk/p5sagit/strictures.git', homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git', }, + + recommends => { + indirect => 0, + multidimensional => 0, + 'bareword::filehandles' => 0, + }, }, );