--- branches/mojo/lib/Frey/Mojo/Run.pm 2008/11/02 18:27:18 241 +++ branches/mojo/lib/Frey/Mojo/Run.pm 2008/11/02 18:27:19 242 @@ -63,20 +63,21 @@ warn "SKIP: $class can't markup"; } - eval { - # FIXME am I paranoid? - package Mock::Web; - use Moose; - extends 'Frey'; - with 'Frey::Web'; - - $html = Mock::Web->new->page( - title => $class, - body => $html, - ); - }; } + eval { + # FIXME am I paranoid? + package Mock::Web; + use Moose; + extends 'Frey'; + with 'Frey::Web'; + + $html = Mock::Web->new->page( + title => $class, + body => $html, + ); + }; + # Response objec my $res = $c->res; $res->code(200);