Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Catalyst::View::REST::XML - (DEPRECATED) XML View Class
SYNOPSIS
# lib/MyApp/View/REST.pm
package MyApp::View::REST;
use base 'Catalyst::View::REST::XML';
1;
$c->forward('MyApp::View::REST');
DEPRECATION NOTICE
This module has been deprecated in favor of Catalyst::Action::REST.
DESCRIPTION
This is the XML::Simple
view class.
OVERLOADED METHODS
process
Serializes $c->stash to $c->response->output.
SEE ALSO
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.