#============================================================= -*-perl-*- # # Template::Manual::Internals # # DESCRIPTION # This document provides an overview of the internal architecture of # the Template Toolkit. It is a work in progress and is far from # complete, currently providing little more than an overview of how # the major components fit together. Nevertheless, it's a good # starting point for anyone wishing to delve into the source code to # find out how it all works. # # AUTHOR # Andy Wardley # # COPYRIGHT # Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved. # Copyright (C) 1998-2001 Canon Research Centre Europe Ltd. # # This module is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # REVISION # # #======================================================================== #------------------------------------------------------------------------ # IMPORTANT NOTE # This documentation is generated automatically from source # templates. Any changes you make here may be lost. # # The 'docsrc' documentation source bundle is available for download # from http://www.template-toolkit.org/docs.html and contains all # the source templates, XML files, scripts, etc., from which the # documentation for the Template Toolkit is built. #------------------------------------------------------------------------ =head1 NAME Template::Manual::Internals - Template Toolkit internals =head1 DESCRIPTION This document provides an overview of the internal architecture of the Template Toolkit. It is a work in progress and is far from complete, currently providing little more than an overview of how the major components fit together. Nevertheless, it's a good starting point for anyone wishing to delve into the source code to find out how it all works. =head2 Outside Looking In The B