dev release
Devin Austin [Wed, 27 Jan 2010 21:01:40 +0000 (21:01 +0000)]
dist.ini
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

index 5ac6acc..441ffef 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 name = Catalyst-View-Email
 author = J. Shirley <jshirley@gmail.com>
-version = 0.21
+version = 0.21_01
 license = Perl_5
 copyright_holder = J. Shirley
 
index 3a1d56b..562dac1 100644 (file)
@@ -8,7 +8,8 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.21';
+our $VERSION = '0.21_01';
+$VERSION = eval $VERSION;
 
 has 'mailer' => (
     is      => 'rw',
index 9c785d9..4586c77 100644 (file)
@@ -5,8 +5,8 @@ use Carp;
 use Scalar::Util qw/ blessed /;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.21';
-
+our $VERSION = '0.21_01';
+$VERSION = eval $VERSION;
 =head1 NAME
 
 Catalyst::View::Email::Template - Send Templated Email from Catalyst