dev release
[catagits/Catalyst-View-Email.git] / lib / Catalyst / View / Email / Template.pm
index c09909a..4586c77 100644 (file)
@@ -5,8 +5,8 @@ use Carp;
 use Scalar::Util qw/ blessed /;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.19';
-
+our $VERSION = '0.21_01';
+$VERSION = eval $VERSION;
 =head1 NAME
 
 Catalyst::View::Email::Template - Send Templated Email from Catalyst
@@ -235,7 +235,7 @@ sub generate_part {
 The process method is called when the view is dispatched to. This creates the
 multipart message and then sends the message contents off to
 L<Catalyst::View::Email> for processing, which in turn hands off to
-L<Email::Send>.
+L<Email::Sender::Simple>.
 
 =cut