[Catalyst-commits] r13255 - in Catalyst-View-Email/trunk: . lib/Catalyst/Helper/View lib/Catalyst/Helper/View/Email

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Sat May 15 02:36:00 GMT 2010


Author: dhoss
Date: 2010-05-15 03:36:00 +0100 (Sat, 15 May 2010)
New Revision: 13255

Modified:
   Catalyst-View-Email/trunk/Changes
   Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email.pm
   Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email/Template.pm
Log:
added version numbers to helpers

Modified: Catalyst-View-Email/trunk/Changes
===================================================================
--- Catalyst-View-Email/trunk/Changes	2010-05-14 17:07:56 UTC (rev 13254)
+++ Catalyst-View-Email/trunk/Changes	2010-05-15 02:36:00 UTC (rev 13255)
@@ -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

Modified: Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email/Template.pm
===================================================================
--- Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email/Template.pm	2010-05-14 17:07:56 UTC (rev 13254)
+++ Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email/Template.pm	2010-05-15 02:36:00 UTC (rev 13255)
@@ -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

Modified: Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email.pm
===================================================================
--- Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email.pm	2010-05-14 17:07:56 UTC (rev 13254)
+++ Catalyst-View-Email/trunk/lib/Catalyst/Helper/View/Email.pm	2010-05-15 02:36:00 UTC (rev 13255)
@@ -1,5 +1,8 @@
 package Catalyst::Helper::View::Email;
 
+our $VERSION = '0.27';
+$VERSION = eval $VERSION;
+
 use strict;
 
 =head1 NAME




More information about the Catalyst-commits mailing list