[Catalyst-commits] r7033 -
trunk/Catalyst-View-Email/lib/Catalyst/View/Email
jshirley at dev.catalyst.perl.org
jshirley at dev.catalyst.perl.org
Fri Oct 19 16:33:04 GMT 2007
Author: jshirley
Date: 2007-10-19 16:33:04 +0100 (Fri, 19 Oct 2007)
New Revision: 7033
Modified:
trunk/Catalyst-View-Email/lib/Catalyst/View/Email/Template.pm
Log:
More pod fixes, switching view names to the standard 'TT'
Modified: trunk/Catalyst-View-Email/lib/Catalyst/View/Email/Template.pm
===================================================================
--- trunk/Catalyst-View-Email/lib/Catalyst/View/Email/Template.pm 2007-10-19 15:31:11 UTC (rev 7032)
+++ trunk/Catalyst-View-Email/lib/Catalyst/View/Email/Template.pm 2007-10-19 15:33:04 UTC (rev 7033)
@@ -61,11 +61,11 @@
Alternatively if you want more control over your templates you can use the following idiom :-
templates => [
- { view => 'HTML',
+ { view => 'TT',
template => 'email/test.html.tt',
content_type => 'text/html'
},
- { view => 'Text',
+ { view => 'TT',
template => 'email/test.plain.tt',
content_type => 'text/plain'
}
More information about the Catalyst-commits
mailing list