upped version v0.21
Devin Austin [Thu, 28 Jan 2010 19:46:22 +0000 (19:46 +0000)]
dist.ini
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

index 441ffef..5ac6acc 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_01
+version = 0.21
 license = Perl_5
 copyright_holder = J. Shirley
 
index 562dac1..ff8d8ac 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.21_01';
+our $VERSION = '0.21';
 $VERSION = eval $VERSION;
 
 has 'mailer' => (
index 4586c77..851247d 100644 (file)
@@ -5,7 +5,7 @@ use Carp;
 use Scalar::Util qw/ blessed /;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.21_01';
+our $VERSION = '0.21';
 $VERSION = eval $VERSION;
 =head1 NAME