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 198f0e193ee59b53019a451ed69d5aca7377234f
Author: Chris Marshall <devel.chm...@gmail.com>
Date:   Mon Jun 8 10:19:16 2015 -0400

    Hide PDL and PDL::Complex from PAUSE indexer
---
 Complex/complex.pd | 6 ++++--
 Real/real.pd       | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Complex/complex.pd b/Complex/complex.pd
index b0c20a0..319fb38 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -86,7 +86,8 @@ use PDL::Complex;
 use PDL::LinearAlgebra::Real;
 
 { 
-  package PDL;
+  package # hide from CPAN
+    PDL;
        my $warningFlag;
        BEGIN{
                $warningFlag = $^W;
@@ -99,7 +100,8 @@ use PDL::LinearAlgebra::Real;
        BEGIN{ $^W = $warningFlag ; }   
 }
 { 
-  package PDL::Complex;
+  package # hide from CPAN
+    PDL::Complex;
        my $warningFlag;
        BEGIN{
                $warningFlag = $^W;
diff --git a/Real/real.pd b/Real/real.pd
index 1028f22..2ff5191 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -75,7 +75,8 @@ use strict;
 
 
 { 
-  package PDL;
+  package # hide from CPAN
+    PDL;
   my $warningFlag;
   BEGIN{
        $warningFlag = $^W;

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