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 6cd8313c3b0aca88cf11347e6d7e1a697901c679 Author: Chris Marshall <[email protected]> Date: Mon Jun 8 10:23:15 2015 -0400 Update VERSION to 0.11 for CPAN release --- Changes | 5 +++++ Complex/complex.pd | 2 +- LinearAlgebra.pm | 2 +- Real/real.pd | 2 +- Special/Special.pm | 2 +- Trans/trans.pd | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 6dca845..fcdb082 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for Perl extension PDL::LinearAlgebra +0.11 + + * Hide PDL and PDL::Complex package declarations from + PAUSE/CPAN indexer + 0.10 * Add -lquadmath to compiler flags for gfortran diff --git a/Complex/complex.pd b/Complex/complex.pd index 319fb38..6725226 100644 --- a/Complex/complex.pd +++ b/Complex/complex.pd @@ -2,7 +2,7 @@ do('../Config'); -our $VERSION = '0.10'; +our $VERSION = '0.11'; pp_setversion(qq{'$VERSION'}); $VERSION = eval $VERSION; diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm index ebd83c4..b2e4c7a 100644 --- a/LinearAlgebra.pm +++ b/LinearAlgebra.pm @@ -20,7 +20,7 @@ use constant{ use strict; -our $VERSION = '0.10'; +our $VERSION = '0.11'; $VERSION = eval $VERSION; @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/; diff --git a/Real/real.pd b/Real/real.pd index 2ff5191..14c6274 100644 --- a/Real/real.pd +++ b/Real/real.pd @@ -4,7 +4,7 @@ do('../Config'); -our $VERSION = '0.10'; +our $VERSION = '0.11'; pp_setversion(qq{'$VERSION'}); $VERSION = eval $VERSION; diff --git a/Special/Special.pm b/Special/Special.pm index 9dfea50..df243c1 100644 --- a/Special/Special.pm +++ b/Special/Special.pm @@ -12,7 +12,7 @@ no warnings 'uninitialized'; @EXPORT_OK = qw( mhilb mvander mpart mhankel mtoeplitz mtri mpascal mcompanion); %EXPORT_TAGS = (Func=>[@EXPORT_OK]); -our $VERSION = '0.10'; +our $VERSION = '0.11'; $VERSION = eval $VERSION; our @ISA = ( 'PDL::Exporter'); diff --git a/Trans/trans.pd b/Trans/trans.pd index 0950d19..a9b9472 100644 --- a/Trans/trans.pd +++ b/Trans/trans.pd @@ -1,4 +1,4 @@ -our $VERSION = '0.10'; +our $VERSION = '0.11'; 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
