• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ex/TestApp/Controller/API/H15-Sep-2009-4231

inc/Module/H15-Sep-2009-2,6101,933

lib/Catalyst/Action/H15-Sep-2009-17250

t/H15-Sep-2009-156108

ChangesH A D15-Sep-2009184 85

LICENSEH A D26-Aug-2009170 74

MANIFESTH A D15-Sep-2009648 3130

META.ymlH A D15-Sep-2009868 3635

Makefile.PLH A D15-Sep-2009669 2720

READMEH A D15-Sep-2009810 3525

makeall.shH A D15-Sep-2009672 2622

README

1NAME
2    Catalyst::Action::Serialize::XML::Hash::LX - XML::Hash::LX serializer
3    for Catalyst
4
5SYNOPSIS
6        package Foo::Controller::Bar;
7
8        __PACKAGE__->config(
9        default => 'text/xml',
10        map => {
11            'text/xml' => 'XML::Hash::LX',
12            # or
13            'text/xml' => [ 'XML::Hash::LX', { XML::Hash::LX options } ],
14        },
15        )
16        sub end : ActionClass('Serialize') {}
17
18DESCRIPTION
19    XML::Hash::LX serializer for Catalyst::Action::Serialize
20
21SEE ALSO
22    *   Catalyst::Action::Serialize
23
24    *   XML::Hash::LX
25
26AUTHOR
27    Mons Anderson, "<mons at cpan.org>"
28
29COPYRIGHT & LICENSE
30    Copyright 2009 Mons Anderson, all rights reserved.
31
32    This program is free software; you can redistribute it and/or modify it
33    under the same terms as Perl itself.
34
35