X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3796acf64554f71c3082a094948d63b691cb2112;hb=393b1599659afded29c96ad70672cf0dedda4b88;hp=c30913f2d365660b8a5e2144ff3d03f0ab03d00b;hpb=ce2441a4c5cad3f16e0b2f840502324f7190bc7e;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index c30913f..3796acf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -60,6 +60,25 @@ WriteMakefile( web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Declare', }, }, + x_contributors => [ # manually added, from git shortlog -e -s -n + 'Florian Ragwitz ', + 'Matt S Trout ', + 'Karen Etheridge ', + 'Zefram ', + 'Rhesa Rozendaal ', + 'Ash Berlin ', + 'Chia-liang Kao ', + 'Marcus Ramberg ', + 'Christopher Nehren ', + 'Yuval Kogman ', + 'Cory Watson ', + 'Alexandr Ciornii ', + 'Father Chrysostomos ', + 'Graham Knop ', + 'Matthew Horsfall ', + 'Nick Perez ', + 'Yanick Champoux ', + ], }, C => [ 'Declare.c' ],