]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Reinstate Ævar as a full-fledged author
authorVincent Pit <perl@profvince.com>
Wed, 4 Nov 2015 16:38:53 +0000 (14:38 -0200)
committerVincent Pit <perl@profvince.com>
Wed, 4 Nov 2015 23:57:56 +0000 (21:57 -0200)
Makefile.PL

index 05a4878bbd41d5dde8508a2c70772345fa222d19..53397f990096c0a32633bce616c78ed08ade9ee6 100644 (file)
@@ -39,9 +39,17 @@ my %META = (
  },
 );
 
+my @AUTHORS = (
+ "\x{C6}var Arnfj\x{F6}r\x{F0} Bjarmason <avar\@cpan.org>",
+ 'Vincent Pit <perl@profvince.com>',
+);
+
+my $AUTHOR = $ExtUtils::MakeMaker::VERSION < 6.58 ? $AUTHORS[0]
+                                                  : \@AUTHORS;
+
 WriteMakefile(
  NAME             => $name,
- AUTHOR           => 'Vincent Pit <perl@profvince.com>',
+ AUTHOR           => $AUTHOR,
  LICENSE          => 'perl',
  ABSTRACT_FROM    => 'Plugin.pod',
  VERSION_FROM     => 'Plugin.pm',