[libpdl-linearalgebra-perl] 22/24: Hide PDL and PDL::Complex from PAUSE indexer

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:21 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 198f0e193ee59b53019a451ed69d5aca7377234f
Author: Chris Marshall <devel.chm.01 at 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



More information about the Pkg-perl-cvs-commits mailing list