I've recently uploaded Search::Xapian 1.0.1.0, which wraps Xapian 1.0.1 for use from Perl: http://search.cpan.org/~olly/Search-Xapian-1.0.1.0/ This wraps the new optional parameter to Xapian::Database::allterms_begin(), and adds a workaround for a problem where Stopper and ValueRangeProcessor objects could be garbage collected by Perl while still being used by the C++ code. Cheers, Olly