[libpdl-linearalgebra-perl] 07/24: Add AUTHOR and ABSTRACT to Makefile.PL info

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 5cc5da175251bd8e2936884d2552d6e3f16b58cb
Author: Chris Marshall <devel.chm.01 at gmail.com>
Date:   Sun Mar 2 14:47:33 2014 -0500

    Add AUTHOR and ABSTRACT to Makefile.PL info
---
 Makefile.PL | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.PL b/Makefile.PL
index 74bdc56..0f0b16d 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,6 +2,8 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
         'NAME' => 'PDL::LinearAlgebra',
+        'ABSTRACT' => 'PDL bindings to some BLAS and LAPACK library routines',
+        '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