and here is the error... $ perl -c Koha/SearchEngine/Zebra/Search.pm Can't locate Data/SearchEngine/Zebra.pm in @INC (@INC contains: /home/mason/git/head /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at Koha/SearchEngine/Zebra/Search.pm line 5. BEGIN failed--compilation aborted at Koha/SearchEngine/Zebra/Search.pm line 5. a missing Data/SearchEngine/Zebra.pm file?
> > a missing Data/SearchEngine/Zebra.pm file? fyi: this missing file also makes t/searchengine/000_conn/conn.t fail, too mason@xen1:~/g/head$ prove t/searchengine/000_conn/conn.t t/searchengine/000_conn/conn.t .. Can't locate Data/SearchEngine/Zebra.pm in @INC (@INC contains: /home/mason/git/head /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/share/perl5/Module/Runtime.pm line 317. at /usr/lib/perl5/Moose.pm line 63. Compilation failed in require at t/searchengine/000_conn/conn.t line 4. BEGIN failed--compilation aborted at t/searchengine/000_conn/conn.t line 4. t/searchengine/000_conn/conn.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/searchengine/000_conn/conn.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.58 cusr 0.02 csys = 0.62 CPU) Result: FAIL mason@xen1:~/g/head$
Mason the start of the work on it is here https://github.com/xercode/Data-SearchEngine-Zebra It needs to be pulled into Koha proper.
Do you know if someone is still working on that? M. Saby
Files removed by bug 12538.