bumped versoin numbers all around
Devin Austin [Sat, 15 May 2010 02:40:21 +0000 (02:40 +0000)]
Changes
lib/Catalyst/Helper/View/Email.pm
lib/Catalyst/Helper/View/Email/Template.pm
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

diff --git a/Changes b/Changes
index b1ba29c..5cafd0e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::View::Email.
 
-0.27    2010-05-14
+0.28    2010-05-14
         - Added  version numbers to Helpers
 
 0.27    2010-03-23
index af4986b..8f81860 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Helper::View::Email;
 
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 $VERSION = eval $VERSION;
 
 use strict;
index 35fb292..d81bc55 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::Helper::View::Email::Template;
 
 use strict;
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 $VERSION = eval $VERSION;
 =head1 NAME
 
index db99dfc..f7605e8 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 $VERSION = eval $VERSION;
 
 has 'mailer' => (
index 8c04ca6..11a9d7b 100644 (file)
@@ -5,7 +5,7 @@ use Carp;
 use Scalar::Util qw/ blessed /;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 $VERSION = eval $VERSION;
 =head1 NAME