changelog
[p5sagit/strictures.git] / Makefile.PL
index 1edb2aa..ef8d851 100644 (file)
@@ -17,6 +17,7 @@ my %extra_prereqs = (
 my %META = (
   name => 'strictures',
   license => 'perl_5',
+  dynamic_config => 1,
   prereqs => {
     configure => { requires => { } },
     build => { requires => { } },
@@ -59,6 +60,14 @@ my %META = (
     directory => [ 't', 'xt', 'inc' ]
   },
   x_authority => 'cpan:MSTROUT',
+  x_contributors => [ # manually added, from git shortlog -e -s -n
+    'Graham Knop <haarg@haarg.org>',
+    'Karen Etheridge <ether@cpan.org>',
+    'Matt S Trout <mst@shadowcat.co.uk>',
+    'Peter Rabbitson <ribasushi@cpan.org>',
+    'Christian Walde <walde.christian@googlemail.com>',
+    'Diab Jerius <djerius@cfa.harvard.edu>',
+  ],
 );
 
 my %MM_ARGS = (