unfucked version v0.27
Devin Austin [Tue, 23 Mar 2010 23:06:26 +0000 (23:06 +0000)]
Changes
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

diff --git a/Changes b/Changes
index c0206f5..e5fb75e 100644 (file)
--- 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
index 768bd93..db99dfc 100644 (file)
@@ -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' => (
index e1246bb..8c04ca6 100644 (file)
@@ -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