applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt...
Devin Austin [Wed, 13 Feb 2013 20:08:33 +0000 (13:08 -0700)]
lib/Catalyst/View/Email.pm

index d7e7c40..8c6055d 100644 (file)
@@ -20,7 +20,7 @@ has 'mailer' => (
 
 has '_mailer_obj' => (
     is      => 'rw',
-    isa     => 'Email::Sender::Transport',
+    does    => 'Email::Sender::Transport',
     lazy    => 1,
     builder => '_build_mailer_obj',
 );