From: Devin Austin Date: Sat, 15 May 2010 02:40:21 +0000 (+0000) Subject: bumped versoin numbers all around X-Git-Tag: v0.28~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d205d68e1cd576075c734a6d9ce2a286cc0d607;hp=9e7944bdfaeda05e6ff6d0e25228d9cb8fd1f30a;p=catagits%2FCatalyst-View-Email.git bumped versoin numbers all around --- diff --git a/Changes b/Changes index b1ba29c..5cafd0e 100644 --- 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 diff --git a/lib/Catalyst/Helper/View/Email.pm b/lib/Catalyst/Helper/View/Email.pm index af4986b..8f81860 100644 --- a/lib/Catalyst/Helper/View/Email.pm +++ b/lib/Catalyst/Helper/View/Email.pm @@ -1,6 +1,6 @@ package Catalyst::Helper::View::Email; -our $VERSION = '0.27'; +our $VERSION = '0.28'; $VERSION = eval $VERSION; use strict; diff --git a/lib/Catalyst/Helper/View/Email/Template.pm b/lib/Catalyst/Helper/View/Email/Template.pm index 35fb292..d81bc55 100644 --- a/lib/Catalyst/Helper/View/Email/Template.pm +++ b/lib/Catalyst/Helper/View/Email/Template.pm @@ -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 diff --git a/lib/Catalyst/View/Email.pm b/lib/Catalyst/View/Email.pm index db99dfc..f7605e8 100644 --- a/lib/Catalyst/View/Email.pm +++ b/lib/Catalyst/View/Email.pm @@ -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' => ( diff --git a/lib/Catalyst/View/Email/Template.pm b/lib/Catalyst/View/Email/Template.pm index 8c04ca6..11a9d7b 100644 --- a/lib/Catalyst/View/Email/Template.pm +++ b/lib/Catalyst/View/Email/Template.pm @@ -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