NAME Data::SearchEngine - A role for search engines and cacheable results. SYNOPSIS There are B of search engine libraries. Each has a different interface. The goal of Data::SearchEngine is to provide a simple, extensive set of classes and roles that you can use to wrap a search implementation. The net result will be an easily swappable backend with a common set of features, such as serialize of results for use with a cache. AUTHOR Cory G Watson, C<< >> COPYRIGHT & LICENSE Copyright 2009 Cory G Watson This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.