[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-46-g3c0cfad
sartak at bestpractical.com
sartak at bestpractical.com
Tue Dec 15 12:02:46 EST 2009
The branch, 3.8-trunk has been updated
via 3c0cfad777b2ab35707ca7ee7f7d8d1894e3f24a (commit)
from 0cb0712e31ab690545147f9356431d8e373665b3 (commit)
Summary of changes:
docs/templates.pod | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 3c0cfad777b2ab35707ca7ee7f7d8d1894e3f24a
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Dec 15 12:02:37 2009 -0500
Explain that templates use Text::Template
diff --git a/docs/templates.pod b/docs/templates.pod
index 76856d4..d6a9a99 100644
--- a/docs/templates.pod
+++ b/docs/templates.pod
@@ -3,6 +3,11 @@
Each template is split into two sections. A block of headers and a body. These
sections are separated by a blank line.
+Templates are processed by the L<Text::Template> module. This module
+allows you to embed arbitrary Perl code into your templates. Text wrapped
+in curly braces, C<{...}> is interpreted as Perl. See L<Text::Template>
+for more information.
+
=head2 Headers
Your template may specify arbitrary email headers. Each header is a name, a
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list