add contributors to metadata
Karen Etheridge [Tue, 24 Mar 2015 19:07:45 +0000 (12:07 -0700)]
.mailmap [new file with mode: 0644]
Makefile.PL

diff --git a/.mailmap b/.mailmap
new file mode 100644 (file)
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 <ash@cpan.org> <ash_github@firemirror.com>
+Nick Perez <nperez@cpan.org> nperez <nperez@cpan.org>
+Cory Watson <gphat@cpan.org> <gphat@Crankwizzah.local>
index c30913f..3796acf 100644 (file)
@@ -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 <rafl@debian.org>',
+            'Matt S Trout <mst@shadowcat.co.uk>',
+            'Karen Etheridge <ether@cpan.org>',
+            'Zefram <zefram@fysh.org>',
+            'Rhesa Rozendaal <rhesa@cpan.org>',
+            'Ash Berlin <ash@cpan.org>',
+            'Chia-liang Kao <clkao@clkao.org>',
+            'Marcus Ramberg <marcus@nordaaker.com>',
+            'Christopher Nehren <apeiron@cpan.org>',
+            'Yuval Kogman <nothingmuch@woobling.org>',
+            'Cory Watson <gphat@cpan.org>',
+            'Alexandr Ciornii <alexchorny@gmail.com>',
+            'Father Chrysostomos <sprout@cpan.org>',
+            'Graham Knop <haarg@haarg.org>',
+            'Matthew Horsfall <WolfSage@cpan.org>',
+            'Nick Perez <nperez@cpan.org>',
+            'Yanick Champoux <yanick@babyl.dyndns.org>',
+        ],
     },
 
     C => [ 'Declare.c' ],