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 2014/07/08 16:53:39 UTC

[2/2] git commit: refs/heads/master - Roll _init_autobindings into XS boot section

Roll _init_autobindings into XS boot section


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

Branch: refs/heads/master
Commit: 1a17dc9e8d9f291c8c187f5c9f19d417cea17ca8
Parents: 5e6fd03
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Jul 8 16:47:53 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Jul 8 16:47:53 2014 +0200

----------------------------------------------------------------------
 perl/lib/Lucy.pm | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/1a17dc9e/perl/lib/Lucy.pm
----------------------------------------------------------------------
diff --git a/perl/lib/Lucy.pm b/perl/lib/Lucy.pm
index 2a6f371..805bbf7 100644
--- a/perl/lib/Lucy.pm
+++ b/perl/lib/Lucy.pm
@@ -47,7 +47,6 @@ BEGIN {
     our @ISA = qw( DynaLoader );
     # This loads a large number of disparate subs.
     bootstrap Lucy '0.3.0';
-    _init_autobindings();
 }
 
 {