X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FView%2FEmail.pm;h=e4be27c6fb35216c3bdb2655e2ead2514eece671;hb=67a0faa44da36360671637daf3896a8cb58eb3a7;hp=44ef837e73061e3248088ace69ba97d64513bc93;hpb=d49594f558e7ef71b5b37615cc42cd7728debaa1;p=catagits%2FCatalyst-View-Email.git diff --git a/lib/Catalyst/View/Email.pm b/lib/Catalyst/View/Email.pm index 44ef837..e4be27c 100644 --- a/lib/Catalyst/View/Email.pm +++ b/lib/Catalyst/View/Email.pm @@ -11,7 +11,7 @@ use Email::MIME::Creator; use base qw|Catalyst::View|; -our $VERSION = '0.02'; +our $VERSION = '0.04'; __PACKAGE__->mk_accessors(qw(sender stash_key content_type mailer)); @@ -199,6 +199,8 @@ J. Shirley (Thanks!) +Matt S Trout + Daniel Westermann-Clark =head1 LICENSE