Fix build with xapian-core < 1.4.10
[xapian.git] / search-xapian / Xapian / PerlStopper.pm
blob94c6dd9a839b383896c96dfe7217b85bf40130a8
1 package Search::Xapian::PerlStopper;
3 use 5.006;
4 use strict;
5 use warnings;
7 use Search::Xapian::Stopper;
9 @Search::Xapian::PerlStopper::ISA = qw(Search::Xapian::Stopper);
11 # In a new thread, copy objects of this class to unblessed, undef values.
12 sub CLONE_SKIP { 1 }