fix x_contributors metadata
Karen Etheridge [Sun, 22 Mar 2015 21:24:07 +0000 (14:24 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 54e4484..a0138e9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for JSON-MaybeXS
 
+ - fix x_contributors metadata that was killing metacpan (see
+   https://github.com/CPAN-API/cpan-api/issues/401)
+
 1.003004 - 2015-03-14
  - caveat added to documentation about type checking the object returned by
    new() (John SJ Anderson, RT#102733)
index 419bdd6..a898ce4 100644 (file)
@@ -22,14 +22,14 @@ my %WriteMakefileArgs = (
         web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=JSON-MaybeXS',
       },
     },
-    x_contributors => { # manually added, from git shortlog -e -s
+    x_contributors => [ # manually added, from git shortlog -e -s
       'Clinton Gormley <develop@traveljury.com>',
       'Graham Knop <haarg@haarg.org>',
       'John SJ Anderson <genehack@genehack.org>',
       'Karen Etheridge <ether@cpan.org>',
       'Kieren Diment <diment@gmail.com>',
       'Matt S Trout <mst@shadowcat.co.uk>',
-    },
+    ],
   },
 
   META_ADD => {