NAME
CatalystX::CRUD::YUI::TT - templates for your CatalystX::CRUD view
SYNOPSIS
use CatalystX::CRUD::YUI::TT;
# in a template
[% foo.as_json %]
[% foo.dump_data %]
[% foo.dump_stderr %]
[% SET foo = 1;
foo.increment; # foo == 2
foo.decrement; # foo == 1
%]
DESCRIPTION
CatalystX::CRUD::YUI::TT adds some convenience virtual methods to the Template::Stash namespace.
As of version 0.007 this is just a wrapper around Template::Plugin::Handy.
AUTHOR
Peter Karman, <karman@cpan.org>
BUGS
Please report any bugs or feature requests to bug-catalystx-crud-yui@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
The Minnesota Supercomputing Institute http://www.msi.umn.edu/
sponsored the development of this software.
COPYRIGHT & LICENSE
Copyright 2008 by the Regents of the University of Minnesota.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.