From: Marius Gavrilescu Date: Sun, 19 Jul 2015 13:20:13 +0000 (+0300) Subject: Add myself to AUTHOR list in Makefile.PL X-Git-Tag: 0.18~1 X-Git-Url: http://git.ieval.ro/?p=pod-constants.git;a=commitdiff_plain;h=281d1f98da9e11b1242c0da75ffea35b5b29e077 Add myself to AUTHOR list in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index c55cdaf..ca47ba1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ WriteMakefile( NAME => 'Pod::Constants', VERSION_FROM => 'lib/Pod/Constants.pm', ABSTRACT_FROM => 'lib/Pod/Constants.pm', - AUTHOR => 'Sam Vilain ', + AUTHOR => ['Sam Vilain ', 'Marius Gavrilescu '], MIN_PERL_VERSION => '5.6.2', LICENSE => 'artistic_2', SIGN => 1,