The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Search-OpenSearch

0.01    01 Feb 2010
        First version, released on an unsuspecting world.

0.02    02 Feb 2010
        * initial XML support, via XML::Atom.

0.03    03 Feb 2010
        * drop XML::Atom in favor of hand-rolled XML with Search::Tools::XML.
          This is primarily to avoid double-escaping the highlighting.
        * add snippet and highlighting support via Search::Tools.

0.04    05 Feb 2010
        * fix off-by-one error in fetch_results()

0.05    22 Feb 2010
        * add facet support

0.06    23 May 2010
        * add 'engine' to Response
        * add client tests with WWW::OpenSearch