X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Makefile.PL;h=53397f990096c0a32633bce616c78ed08ade9ee6;hp=05a4878bbd41d5dde8508a2c70772345fa222d19;hb=6b8ce1141d972f101e613b2b22e3a3673111f85a;hpb=4c4a1920feccc332a57cea1bdf42ed240fb65deb 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',