From: Devin Austin Date: Sat, 15 May 2010 02:36:00 +0000 (+0000) Subject: added version numbers to helpers X-Git-Tag: v0.28~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Email.git;a=commitdiff_plain;h=9e7944bdfaeda05e6ff6d0e25228d9cb8fd1f30a added version numbers to helpers --- diff --git a/Changes b/Changes index e5fb75e..b1ba29c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::View::Email. +0.27 2010-05-14 + - Added version numbers to Helpers + 0.27 2010-03-23 - made ::View::TT and ::View::Mason hard deps - adjusted tests to reflect the aforementioned diff --git a/lib/Catalyst/Helper/View/Email.pm b/lib/Catalyst/Helper/View/Email.pm index b5354ad..af4986b 100644 --- a/lib/Catalyst/Helper/View/Email.pm +++ b/lib/Catalyst/Helper/View/Email.pm @@ -1,5 +1,8 @@ package Catalyst::Helper::View::Email; +our $VERSION = '0.27'; +$VERSION = eval $VERSION; + use strict; =head1 NAME diff --git a/lib/Catalyst/Helper/View/Email/Template.pm b/lib/Catalyst/Helper/View/Email/Template.pm index 6094604..35fb292 100644 --- a/lib/Catalyst/Helper/View/Email/Template.pm +++ b/lib/Catalyst/Helper/View/Email/Template.pm @@ -1,7 +1,8 @@ package Catalyst::Helper::View::Email::Template; use strict; - +our $VERSION = '0.27'; +$VERSION = eval $VERSION; =head1 NAME Catalyst::Helper::View::Email::Template - Helper for Templated Email Views