added version numbers to helpers
[catagits/Catalyst-View-Email.git] / lib / Catalyst / Helper / View / Email.pm
index 4e33c99..af4986b 100644 (file)
@@ -1,5 +1,8 @@
 package Catalyst::Helper::View::Email;
 
+our $VERSION = '0.27';
+$VERSION = eval $VERSION;
+
 use strict;
 
 =head1 NAME
@@ -8,7 +11,7 @@ Catalyst::Helper::View::Email - Helper for Email Views
 
 =head1 SYNOPSIS
 
-    script/create.pl view Email Email
+    $ script/myapp_create.pl view Email Email
 
 =head1 DESCRIPTION