X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3796acf64554f71c3082a094948d63b691cb2112;hb=38f64b4875e1a25c6b22a1a90055275fcbcdecd2;hp=a75f0d6e6793d3c47c84cea05609b065388998df;hpb=a2de6933db41cca2f6b424e19c266c2791ab946b;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index a75f0d6..3796acf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -60,13 +60,30 @@ 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' ], XS => { 'Declare.xs' => 'Declare.c' }, - realclean => { FILES => 'Distar/' }, - $pkg->get_makefile_vars, );