You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/08/30 19:28:50 UTC

[17/19] lucy git commit: Remove LucyX POD whitelist

Remove LucyX POD whitelist


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/3e6b05ef
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/3e6b05ef
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/3e6b05ef

Branch: refs/heads/master
Commit: 3e6b05ef81759581d822be4b26733f5149f58368
Parents: fb6e42a
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Aug 23 13:58:41 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Aug 25 12:45:53 2015 +0200

----------------------------------------------------------------------
 perl/buildlib/LucyX/Build/Binding/Search.pm | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/3e6b05ef/perl/buildlib/LucyX/Build/Binding/Search.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/LucyX/Build/Binding/Search.pm b/perl/buildlib/LucyX/Build/Binding/Search.pm
index 15fa6db..5cc9000 100644
--- a/perl/buildlib/LucyX/Build/Binding/Search.pm
+++ b/perl/buildlib/LucyX/Build/Binding/Search.pm
@@ -46,8 +46,6 @@ sub bind_mockmatcher {
 }
 
 sub bind_proximityquery {
-    my @exposed = qw( Get_Field Get_Terms Get_Within );
-
     my $pod_spec = Clownfish::CFC::Binding::Perl::Pod->new;
     my $synopsis = <<'END_SYNOPSIS';
     my $proximity_query = LucyX::Search::ProximityQuery->new( 
@@ -59,7 +57,6 @@ sub bind_proximityquery {
 END_SYNOPSIS
     $pod_spec->set_synopsis($synopsis);
     $pod_spec->add_constructor( alias => 'new' );
-    $pod_spec->add_method( method => $_, alias => lc($_) ) for @exposed;
 
     my $binding = Clownfish::CFC::Binding::Perl::Class->new(
         parcel     => "Lucy",