NAME

CatalystX::Controller::OpenSearch - controller for Search::OpenSearch::Server::Catalyst

SYNOPSIS

 package MyApp::Controller::Search;
 use Moose;
 BEGIN { extends 'CatalystX::Controller::OpenSearch'; }
 1;

DESCRIPTION

This class is a controller consuming the Roles Search::OpenSearch::Server::Catalyst and Search::OpenSearch::Server.

NOTE The BEGIN block noted in the SYNOPSIS is important for compatability with Moose Roles and Catalyst controller method attributes.

AUTHOR

Peter Karman, <karman at cpan.org>

BUGS

Please report any bugs or feature requests to bug-search-opensearch-server at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Search-OpenSearch-Server. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Search::OpenSearch::Server::Catalyst

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2012 Peter Karman.

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.