Add note about packed templates to process method sub.

This commit is contained in:
Colin Kuskie 2009-04-30 19:42:47 +00:00
parent 3574113645
commit 9b20ce2fe7

View file

@ -386,7 +386,9 @@ sub prepare {
=head2 process ( vars )
Evaluate a template replacing template commands for HTML.
Evaluate a template replacing template commands for HTML. If the internal property templatePacked
is set to true, the packed, minimized template will be used. Otherwise, the original template
will be used.
=head3 vars