The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maypole::View::TT - A Template Toolkit view class for Maypole

SYNOPSIS

    BeerDB->config->{view} = "Maypole::View::TT"; # The default anyway

DESCRIPTION

This is the default view class for Maypole; it uses the Template Toolkit to fill in templates with the objects produced by Maypole's model classes. Please see the Maypole manual, and in particular, the View chapter, for the template variables available and for a refresher on how template components are resolved.

AUTHOR

Simon Cozens