use Carp; confess( "BooleanQuery has been removed. Its past functionality now resides " . "in ANDQUery, ORQuery, NOTQuery, and RequiredOptionalQuery." ); 1; __END__ __POD__ =head1 NAME KinoSearch::Search::BooleanQuery - Removed. =head1 DESCRIPTION BooleanQuery has been removed from KinoSearch as of version 0.30. Its past functionality can now be achieved using L, L, L, and L, =head1 COPYRIGHT Copyright 2005-2009 Marvin Humphrey =head1 LICENSE, DISCLAIMER, BUGS, etc. See L version 0.30. =cut