Pod fix, adding parent to makefile
J. Shirley [Thu, 12 Feb 2009 20:18:09 +0000 (20:18 +0000)]
Makefile.PL
lib/Catalyst/View/Email/Template.pm

index 2ec4eb2..474db3a 100644 (file)
@@ -5,7 +5,7 @@ all_from 'lib/Catalyst/View/Email.pm';
 
 requires 'Catalyst'             => '5.7';
 requires 'Class::C3';
-
+requires 'parent';
 requires 'Email::Send'          => '2.185';
 requires 'Email::MIME'          => '1.859';
 requires 'Email::MIME::Creator' => '1.455';
index 66d54e0..178784f 100644 (file)
@@ -60,7 +60,7 @@ the template instead of the body and forwarding to your Email::Template view:
         $c->stash->{email} = {
             to          => 'jshirley@gmail.com',
             cc          => 'abraxxa@cpan.org',
-            bcc         => [ qw/hidden@secret.com hidden2@foobar.com/ ],
+            bcc         => 'hidden@secret.com hidden2@foobar.com',
             from        => 'no-reply@foobar.com',
             subject     => 'I am a Catalyst generated email',
             template    => 'test.tt',