updated changes and bumped version v0.30
Devin Austin [Sun, 23 May 2010 02:15:58 +0000 (02:15 +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 55b9b14..4c044a2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::Email.
 
+0.30    2010-05-22
+        - Added Test::Requires to 06config.t
+
 0.29    2010-05-21
         - Using Test::Requires for Mason and Template::Toolkit dependency check
         - Removed Template::Toolkit and Mason as prereqs
index 2fc50fa..f4e76af 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Helper::View::Email;
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 $VERSION = eval $VERSION;
 
 use strict;
index 83083a5..99107b1 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::Helper::View::Email::Template;
 
 use strict;
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 $VERSION = eval $VERSION;
 =head1 NAME
 
index 8ae3f65..4be87d8 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 $VERSION = eval $VERSION;
 
 has 'mailer' => (
index 357155d..83bdaa8 100644 (file)
@@ -5,7 +5,7 @@ use Carp;
 use Scalar::Util qw/ blessed /;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 $VERSION = eval $VERSION;
 =head1 NAME