
Catalyst::View::REST::XML - (DEPRECATED) XML View Class

# lib/MyApp/View/REST.pm
package MyApp::View::REST;
use base 'Catalyst::View::REST::XML';
1;
$c->forward('MyApp::View::REST');

This module has been deprecated in favor of Catalyst::Action::REST.

This is the XML::Simple view class.
Serializes $c->stash to $c->response->output.


Sebastian Riedel, sri@cpan.org

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