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 2016/02/11 13:08:03 UTC

[6/7] lucy git commit: Fix method name in PolyReader POD

Fix method name in PolyReader POD


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

Branch: refs/heads/master
Commit: 4ce89d7feead40c40c894f5d7dcbe3b1fd5c5585
Parents: f8debe5
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Thu Feb 11 12:52:54 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu Feb 11 12:52:54 2016 +0100

----------------------------------------------------------------------
 perl/buildlib/Lucy/Build/Binding/Index.pm | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/4ce89d7f/perl/buildlib/Lucy/Build/Binding/Index.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build/Binding/Index.pm b/perl/buildlib/Lucy/Build/Binding/Index.pm
index 595d838..3dc37b9 100644
--- a/perl/buildlib/Lucy/Build/Binding/Index.pm
+++ b/perl/buildlib/Lucy/Build/Binding/Index.pm
@@ -545,6 +545,10 @@ sub bind_polyreader {
     }
 END_SYNOPSIS
     $pod_spec->set_synopsis($synopsis);
+    $pod_spec->add_method(
+        method => 'Offsets',
+        alias  => 'offsets',
+    );
 
     my $xs_code = <<'END_XS_CODE';
 MODULE = Lucy   PACKAGE = Lucy::Index::PolyReader