[Catalyst-commits] r7832 - trunk/Catalyst-View-Mason/lib/Catalyst/View

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed May 28 14:46:31 BST 2008


Author: rafl
Date: 2008-05-28 14:46:31 +0100 (Wed, 28 May 2008)
New Revision: 7832

Modified:
   trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
Log:
Document always_append_template_extension.


Modified: trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
===================================================================
--- trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm	2008-05-28 13:46:22 UTC (rev 7831)
+++ trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm	2008-05-28 13:46:31 UTC (rev 7832)
@@ -242,6 +242,11 @@
 
 Example: C<< template_extension => '.html' >>
 
+=item C<always_append_template_extension>
+
+Set this to a true value if you want C<template_extension> to be appended to
+the component path even if it was explicitly set.
+
 =item C<use_match>
 
 Use C<$c-E<gt>request-E<gt>match> instead of C<$c-E<gt>action> to determine




More information about the Catalyst-commits mailing list