--- trunk/lib/Frey/Web.pm 2008/11/29 22:02:08 627 +++ trunk/lib/Frey/Web.pm 2008/11/30 16:21:07 644 @@ -67,7 +67,7 @@ is => 'rw', isa => 'Int', # required => 1, # FIXME we can't have required fields with defaults because Frey::Action isn't smart enough and asks for them - default => 120, + default => 250, ); my %escape = ('<'=>'<', '>'=>'>', '&'=>'&', '"'=>'"'); @@ -245,7 +245,7 @@ qq| reload - $exit + $exit |; @@ -466,7 +466,7 @@ warn "## multiline markers ", dump( $multiline_markers ), " -> $multiline_re"; sub log_path { - $Frey::Bootstrap::log_path || warn "no log_path?"; + $Frey::Bootstrap::log_path || die "no log_path?"; } sub warnings_html { @@ -496,6 +496,8 @@ chomp; $line++; + next if m{^\s+(Mojo|Class::MOP|Moose)::}; + my $style = ''; =for filter