]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - lib/CGI/Ex/App.pod
CGI::Ex 2.13
[chaz/p5-CGI-Ex] / lib / CGI / Ex / App.pod
index 8280b95882c65d716cce73da1d0a9a133394bbfc..a359a4754495020a20133f0e20375e0e4addde33 100644 (file)
@@ -2182,6 +2182,13 @@ method as follows:
         return $t->output;
     }
 
+As of version 2.13 of CGI::Ex::Template you could also simply do the
+following to parse the templates using HTML::Template::Expr syntax.
+
+    sub template_args {
+        return {SYNTAX => 'hte'};
+    }
+
 =item template_args (hook)
 
 Returns a hashref of args that will be passed to the "new" method of CGI::Ex::Template.
This page took 0.017493 seconds and 4 git commands to generate.