package Search::Xapian::PerlStopper; use Search::Xapian::Stopper; @Search::Xapian::PerlStopper::ISA = qw(Search::Xapian::Stopper); # In a new thread, copy objects of this class to unblessed, undef values. sub CLONE_SKIP { 1 } 1;