From: Karen Etheridge Date: Tue, 24 Mar 2015 19:07:45 +0000 (-0700) Subject: add contributors to metadata X-Git-Tag: v0.006018~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=9752ab206bbd0e75b538d37345eb5f0fbbda6ff1;hp=c677b4195a09035d3ec2aa356c8025a356b556db add contributors to metadata --- diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..99d6fca --- /dev/null +++ b/.mailmap @@ -0,0 +1,4 @@ +# https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html +Ash Berlin +Nick Perez nperez +Cory Watson 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' ],