[libpdl-linearalgebra-perl] 13/24: Update VERSION and Changes for 0.08_03 CPAN release

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:19 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 3ed49e260d23d3d4dc7ea690fcb22688314c8bb1
Author: Chris Marshall <devel.chm.01 at gmail.com>
Date:   Mon Jan 5 09:33:27 2015 -0500

    Update VERSION and Changes for 0.08_03 CPAN release
---
 Changes            | 7 ++++++-
 Complex/complex.pd | 2 +-
 LinearAlgebra.pm   | 2 +-
 Real/real.pd       | 2 +-
 Trans/trans.pd     | 2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index a3f9970..df6dc31 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,14 @@
 Revision history for Perl extension PDL::LinearAlgebra
 
 
+0.08_03
+
+  * Test of KMX patch to Makefile.PL for better docs on metacpan.org and search.cpan.org
+  * Improved library detection for SPP PDL edition
+
 0.08_02
 
-  * TBD
+  * Test of KMX patch to Makefile.PL
 
 0.08_01
 
diff --git a/Complex/complex.pd b/Complex/complex.pd
index 44854bd..56b1b64 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -2,7 +2,7 @@
 
 
 do('../Config');
-our $VERSION = '0.08_01';
+our $VERSION = '0.08_03';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
index 5d0432e..d254011 100644
--- a/LinearAlgebra.pm
+++ b/LinearAlgebra.pm
@@ -20,7 +20,7 @@ use constant{
 
 use strict;
 
-our $VERSION = '0.08_02';
+our $VERSION = '0.08_03';
 $VERSION = eval $VERSION;
 
 @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
diff --git a/Real/real.pd b/Real/real.pd
index 2346168..35035ea 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -4,7 +4,7 @@
 
 do('../Config');
 
-our $VERSION = '0.08_01';
+our $VERSION = '0.08_03';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/Trans/trans.pd b/Trans/trans.pd
index 8f9b0a4..33125af 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -1,4 +1,4 @@
-our $VERSION = '0.08_01';
+our $VERSION = '0.08_03';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 

-- 
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