X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Email.pm;h=87b6ca071c778993a58d70337c74dacdb54755b1;hb=921db5d468ba77aa1af4657ffa7370fb484a273a;hp=c36472790195a470f81b0070c97032fe07272172;hpb=acbb02e2775fc3eb0f69c1ee5da9002a4b5dc607;p=catagits%2FCatalyst-Plugin-Email.git diff --git a/Email.pm b/Email.pm index c364727..87b6ca0 100644 --- a/Email.pm +++ b/Email.pm @@ -6,14 +6,16 @@ use Email::MIME; use Email::MIME::Creator; use Carp qw/croak/; -our $VERSION = '0.07'; +our $VERSION = '0.08'; =head1 NAME -Catalyst::Plugin::Email - Send emails with Catalyst +Catalyst::Plugin::Email - (DEPRECATED) Send emails with Catalyst =head1 SYNOPSIS + # please use Email::MIME::Kit or Catalyst::View::Email::Template instead + use Catalyst 'Email'; __PACKAGE__->config->{email} = [qw/SMTP smtp.oook.de/];