| Parley documentation | Contained in the Parley distribution. |
Parley::View::JSON - Catalyst View
Catalyst JSON View.
Chisel Wright
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Parley documentation | Contained in the Parley distribution. |
package Parley::View::JSON; use strict; use warnings; use base qw( Catalyst::View::JSON ); 1; __END__