strictures has no dynamic deps (no deps in fact)
Peter Rabbitson [Sat, 10 Nov 2012 17:50:50 +0000 (18:50 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index b6c3d27..86498f6 100644 (file)
--- 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
index ffc231c..b3b1783 100644 (file)
@@ -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',