Pod fix, adding parent to makefile
[catagits/Catalyst-View-Email.git] / lib / Catalyst / View / Email / Template.pm
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',