NAME CatalystX::ActionRole::Negotiate - ActionRole for content negotiation VERSION Version 0.05 SYNOPSIS sub foo :Private :ActionClass('+CatalystX::Action::Negotiate') { # ... } sub bar :Does('+CatalystX::ActionRole::Negotiate') { # ... see this module's docs } DESCRIPTION This module is the stand-alone object-oriented form of the role CatalystX::ActionRole::Negotiate. SEE ALSO * Catalyst::Action * HTTP::Negotiate * Role::MimeInfo AUTHOR Dorian Taylor, "" BUGS Please report bugs on GitHub . SUPPORT You can find documentation for this module with the perldoc command. perldoc CatalystX::Action::Negotiate You can also look for information at: * MetaCPAN * The source LICENSE AND COPYRIGHT Copyright 2019 Dorian Taylor. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.