From: Devin Austin Date: Tue, 23 Mar 2010 23:06:26 +0000 (+0000) Subject: unfucked version X-Git-Tag: v0.27^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Email.git;a=commitdiff_plain;h=9fb41fd061619e7c4f41f5893022843196c64274 unfucked version --- diff --git a/Changes b/Changes index c0206f5..e5fb75e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Catalyst::View::Email. -0.26 2010-03-23 +0.27 2010-03-23 - made ::View::TT and ::View::Mason hard deps - adjusted tests to reflect the aforementioned - patches welcome diff --git a/lib/Catalyst/View/Email.pm b/lib/Catalyst/View/Email.pm index 768bd93..db99dfc 100644 --- a/lib/Catalyst/View/Email.pm +++ b/lib/Catalyst/View/Email.pm @@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /; use Email::MIME::Creator; extends 'Catalyst::View'; -our $VERSION = '0.26'; +our $VERSION = '0.27'; $VERSION = eval $VERSION; has 'mailer' => ( diff --git a/lib/Catalyst/View/Email/Template.pm b/lib/Catalyst/View/Email/Template.pm index e1246bb..8c04ca6 100644 --- a/lib/Catalyst/View/Email/Template.pm +++ b/lib/Catalyst/View/Email/Template.pm @@ -5,7 +5,7 @@ use Carp; use Scalar::Util qw/ blessed /; extends 'Catalyst::View::Email'; -our $VERSION = '0.26'; +our $VERSION = '0.27'; $VERSION = eval $VERSION; =head1 NAME