[libpdl-linearalgebra-perl] 08/24: Fix quoting on my author email address

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch realupstream
in repository libpdl-linearalgebra-perl.

commit 46b20792fdc4821550f27b73e3d8e36d00b9e874
Author: Chris Marshall <devel.chm.01 at gmail.com>
Date:   Sun Mar 2 15:07:41 2014 -0500

    Fix quoting on my author email address
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 0f0b16d..543a615 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
         'NAME' => 'PDL::LinearAlgebra',
         'ABSTRACT' => 'PDL bindings to some BLAS and LAPACK library routines',
-        'AUTHOR' => [ "Chris Marshall <chm at cpan.org>" ],
+        'AUTHOR' => [ 'Chris Marshall <chm at cpan.org>' ],
         'VERSION_FROM' => 'LinearAlgebra.pm',
         'LICENSE' => 'artistic_2',
         'META_MERGE' => {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-linearalgebra-perl.git



More information about the Pkg-perl-cvs-commits mailing list