|
NAMECatalyst::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 NOTICEThis module has been deprecated in favor of Catalyst::Action::REST. DESCRIPTIONThis is the "XML::Simple" view class. OVERLOADED METHODSprocess Serializes $c->stash to $c->response->output. SEE ALSOCatalyst. AUTHORSebastian Riedel, "sri@cpan.org" COPYRIGHTThis program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
|