The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Catalyst::View::REST::YAML - YAML View Class

SYNOPSIS

# lib/MyApp/View/REST.pm
1;
$c->forward('MyApp::View::REST');

DESCRIPTION

This is the YAML view class.

OVERLOADED METHODS

process

Serializes $c->stash to $c->response->output.

SEE ALSO

Catalyst.

AUTHOR

Sebastian Riedel, sri@cpan.org

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.