package KinoSearch::Schema::FieldSpec;
use base qw( KinoSearch::FieldSpec::text );
1;
__END__
__POD__
=begin devdocs
=head1 NAME
KinoSearch::Schema::FieldSpec - Compatibility only.
=head1 DESCRIPTION
This module has been deprecated in favor of KinoSearch::FieldSpec::text and
will be removed shortly.
=head1 COPYRIGHT
Copyright 2005-2007 Marvin Humphrey
=head1 LICENSE, DISCLAIMER, BUGS, etc.
See L<KinoSearch> version 0.20.
=end devdocs
=cut