| MojoMojo documentation | Contained in the MojoMojo distribution. |
MojoMojo::View::JSON - Catalyst View
Catalyst View.
Sachin Sebastian <sachinjsk at cpan.org>
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| MojoMojo documentation | Contained in the MojoMojo distribution. |
package MojoMojo::View::JSON; use parent qw( Catalyst::View::JSON ); __PACKAGE__->config->{expose_stash}='json';
1;