Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Catalyst-View-TT - Template View Class
- Description:
This is the Catalyst view class for the Template Toolkit. Your application
should defined a view class which is a subclass of this module. Throughout
this manual it will be assumed that your application is named MyApp and you
are creating a TT view named Web; these names are placeholders and should
always be replaced with whatever name you've chosen for your application
and your view. The easiest way to create a TT view class is through the
myapp_create.pl script that is created along with the application:
Packages