removed trailing whitespace, updated MANIFEST.SKIP, upped versions everywhere v0.23
Devin Austin [Sun, 31 Jan 2010 00:59:09 +0000 (00:59 +0000)]
Changes
MANIFEST.SKIP
dist.ini
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

diff --git a/Changes b/Changes
index cb3e186..89e0234 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 Revision history for Perl extension Catalyst::View::Email.
 
 0.23  2010-01-30
-        -  removed Email::Send::Test from t/lib/* views 
+        -  removed Email::Send::Test from t/lib/* views
 
 0.22    2010-01-28
         - small fixes, version bumpage etc
index 7fbe755..e4c11dd 100644 (file)
@@ -1,3 +1,7 @@
 MANIFEST.SKIP
 dist.ini
 ^\.
+.svn/
+.git/
+.swp$
+.obj
index fc183e5..03e5d9a 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 name = Catalyst-View-Email
 author = J. Shirley <jshirley@gmail.com>
-version = 0.22
+version = 0.23
 license = Perl_5
 copyright_holder = J. Shirley
 
index 9d975ac..93b4f3d 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 $VERSION = eval $VERSION;
 
 has 'mailer' => (
index 0d00799..55d7b77 100644 (file)
@@ -5,7 +5,7 @@ use Carp;
 use Scalar::Util qw/ blessed /;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 $VERSION = eval $VERSION;
 =head1 NAME