From: Vincent Pit Date: Wed, 4 Nov 2015 16:38:53 +0000 (-0200) Subject: Reinstate Ævar as a full-fledged author X-Git-Tag: v0.11~15 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=6b8ce1141d972f101e613b2b22e3a3673111f85a Reinstate Ævar as a full-fledged author --- diff --git a/Makefile.PL b/Makefile.PL index 05a4878..53397f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,9 +39,17 @@ my %META = ( }, ); +my @AUTHORS = ( + "\x{C6}var Arnfj\x{F6}r\x{F0} Bjarmason ", + 'Vincent Pit ', +); + +my $AUTHOR = $ExtUtils::MakeMaker::VERSION < 6.58 ? $AUTHORS[0] + : \@AUTHORS; + WriteMakefile( NAME => $name, - AUTHOR => 'Vincent Pit ', + AUTHOR => $AUTHOR, LICENSE => 'perl', ABSTRACT_FROM => 'Plugin.pod', VERSION_FROM => 'Plugin.pm',