I've recently uploaded Search::Xapian 1.0.0.0, which wraps Xapian 1.0.0 for use from Perl: http://search.cpan.org/~olly/Search-Xapian/ As well as wrapping all the new features in Xapian 1.0.0, and dropping support for deprecated features removed from Xapian 1.0.0, this release fixes small memory leaks in various methods when the C++ method throws an exception, and fixes a bug which stopped MSet::convert_to_percentage() from working. Test coverage has also been improved. Cheers, Olly