From: J. Shirley Date: Fri, 19 Oct 2007 15:33:04 +0000 (+0000) Subject: More pod fixes, switching view names to the standard 'TT' X-Git-Tag: v0.14~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d59d9705fcfea522b14fbd03da066a4688e6fc4;p=catagits%2FCatalyst-View-Email.git More pod fixes, switching view names to the standard 'TT' --- diff --git a/lib/Catalyst/View/Email/Template.pm b/lib/Catalyst/View/Email/Template.pm index 991f199..e213a10 100644 --- a/lib/Catalyst/View/Email/Template.pm +++ b/lib/Catalyst/View/Email/Template.pm @@ -61,11 +61,11 @@ Sending email is just setting up your stash key, and forwarding to the view. 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' }