[Xapian-discuss] Search::Xapian::PostingIterator broken in 0.9.6?

Marcus Ramberg marcus at startsiden.no
Tue Nov 7 13:45:08 GMT 2006


I'm having some trouble with the PostingIterator in the latest cpan  
release of Search::Xapian. The offending code is two calls to isa  
formed like this
isa($other,'Search::XapianPostingIterator');

They die with an autoloader error about not finding isa. They do  
however seem to work fine if rewritten like this:

$other->isa('Search::Xapian::PostingIterator');

Am I missing something?

Marcus



More information about the Xapian-discuss mailing list