Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/p5-catalyst-lx
Catalyst-Action-Serialize-XML-Hash-LX fixed
https://github.com/revmischa/p5-catalyst-lx
Last synced: 3 days ago
JSON representation
Catalyst-Action-Serialize-XML-Hash-LX fixed
- Host: GitHub
- URL: https://github.com/revmischa/p5-catalyst-lx
- Owner: revmischa
- License: other
- Created: 2014-06-09T01:24:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T02:10:31.000Z (over 10 years ago)
- Last Synced: 2024-10-18T07:53:56.887Z (3 months ago)
- Language: Perl
- Size: 164 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Catalyst::Action::Serialize::XML::Hash::LX - XML::Hash::LX serializer
for CatalystSYNOPSIS
package Foo::Controller::Bar;__PACKAGE__->config(
default => 'text/xml',
map => {
'text/xml' => 'XML::Hash::LX',
# or
'text/xml' => [ 'XML::Hash::LX', { XML::Hash::LX options } ],
},
)
sub end : ActionClass('Serialize') {}DESCRIPTION
XML::Hash::LX serializer for Catalyst::Action::SerializeSEE ALSO
* Catalyst::Action::Serialize* XML::Hash::LX
AUTHOR
Mons Anderson, ""COPYRIGHT & LICENSE
Copyright 2009 Mons Anderson, all rights reserved.This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.