From: Peter Rabbitson Date: Sat, 10 Nov 2012 17:50:50 +0000 (+0100) Subject: strictures has no dynamic deps (no deps in fact) X-Git-Tag: v1.004003~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77f9ff76579e0e3879b74dad1b9b1c13a55661aa;p=p5sagit%2Fstrictures.git strictures has no dynamic deps (no deps in fact) --- diff --git a/Changes b/Changes index b6c3d27..86498f6 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,5 @@ - check only once for presence of extra testing prereqs + - explicitly specify no dynamic_config in META 1.004002 - 2012-09-08 - add better rationale for the extra testing heuristic 1.004001 - 2012-07-12 diff --git a/Makefile.PL b/Makefile.PL index ffc231c..b3b1783 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,6 +9,8 @@ WriteMakefile( VERSION_FROM => 'lib/strictures.pm', META_MERGE => { + dynamic_config => 0, + resources => { # r/w: p5sagit@git.shadowcat.co.uk:strictures.git repository => 'git://git.shadowcat.co.uk/p5sagit/strictures.git',