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...@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 <c...@cpan.org>" ],
+        'AUTHOR' => [ 'Chris Marshall <c...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to