Pod fix, adding parent to makefile
[catagits/Catalyst-View-Email.git] / t / root / text_html / test.m
CommitLineData
f52e8150 1<%args>
2$time
3$email
4</%args>
5<html>
6 <body>
7 <h1>Look at my style</h1>
8 <p>I was sent to <em><% $email->{to} %></em> on <% $time %></p>
9 </body>
10</html>
11