-
-
29 Jan 2005 00:00:37 UTC
- Distribution: Catalyst-View-REST-XML
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (411 / 0 / 0)
- Kwalitee
Bus factor: 11- License: unknown
- Activity
24 month- Tools
- Download (1.36KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst
- XML::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catalyst::View::REST::XML - 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');
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.
Module Install Instructions
To install Catalyst::View::REST::XML, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::View::REST::XML
perl -MCPAN -e shell install Catalyst::View::REST::XML
For more information on module installation, please visit the detailed CPAN module installation guide.