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 <[email protected]> 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 <[email protected]>" ], '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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
