Add myself to AUTHOR list in Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 19 Jul 2015 13:20:13 +0000 (16:20 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 19 Jul 2015 13:20:13 +0000 (16:20 +0300)
Makefile.PL

index c55cdaf12987cf7cc3e201c32094ae1d0d3d4223..ca47ba1f9ab11467251ec32be3ac6dfc1d0d5745 100644 (file)
@@ -4,7 +4,7 @@ WriteMakefile(
        NAME             => 'Pod::Constants',
        VERSION_FROM     => 'lib/Pod/Constants.pm',
        ABSTRACT_FROM    => 'lib/Pod/Constants.pm',
-       AUTHOR           => 'Sam Vilain <sam@vilain.net>',
+       AUTHOR           => ['Sam Vilain <sam@vilain.net>', 'Marius Gavrilescu <marius@ieval.ro>'],
        MIN_PERL_VERSION => '5.6.2',
        LICENSE          => 'artistic_2',
        SIGN             => 1,
This page took 0.010069 seconds and 4 git commands to generate.