|
NAMEText::Query::Parse - Base class for query parsers SYNOPSIS package Text::Query::OptimizeSmart;
use Text::Query::Optimize;
use vars qw(@ISA);
@ISA = qw(Text::Query::Optimize);
DESCRIPTIONThis module provides a virtual base class for query optimizers. It defines the "optimize" method that is called by the "Text::Query" object to optimize the internal query. METHODS
SEE ALSOText::Query(3) AUTHORSEric Bohlman (ebohlman@netcom.com) Loic Dachary (loic@senga.org)
|