From: Karen Etheridge Date: Sun, 22 Mar 2015 21:24:07 +0000 (-0700) Subject: fix x_contributors metadata X-Git-Tag: v1.003005~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ea1feab66f583cd027ddec92f7b575f9c126d3e;p=p5sagit%2FJSON-MaybeXS.git fix x_contributors metadata --- diff --git a/Changes b/Changes index 54e4484..a0138e9 100644 --- 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) diff --git a/Makefile.PL b/Makefile.PL index 419bdd6..a898ce4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ', 'Graham Knop ', 'John SJ Anderson ', 'Karen Etheridge ', 'Kieren Diment ', 'Matt S Trout ', - }, + ], }, META_ADD => {