#============================================================= -*-perl-*- # # Template::Manual # # DESCRIPTION # # AUTHOR # Andy Wardley # # COPYRIGHT # Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved. # # 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 - User guide and reference manual for the Template Toolkit =head1 DESCRIPTION =over 4 =item L Introduction to the Template Toolkit =item L Directive syntax, structure and semantics =item L Template directives =item L Template variables and code bindings =item L Virtual Methods =item L Configuration options =item L Standard filters =item L Standard plugins =item L Template Toolkit internals =item L Template Toolkit views (experimental) =item L Related modules, projects and other resources =item L Author and contributor credits =back =head1 AUTHOR Andy Wardley Eabw@wardley.orgE L =head1 VERSION Template Toolkit version 2.19, released on 27 April 2007. =head1 COPYRIGHT Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut # Local Variables: # mode: perl # perl-indent-level: 4 # indent-tabs-mode: nil # End: # # vim: expandtab shiftwidth=4: