--- trunk/lib/Frey/Web.pm 2008/11/29 22:45:22 629 +++ trunk/lib/Frey/Web.pm 2008/11/30 14:02:35 634 @@ -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 = ('<'=>'<', '>'=>'>', '&'=>'&', '"'=>'"'); @@ -496,6 +496,8 @@ chomp; $line++; + next if m{^\s+(Mojo|Class::MOP|Moose)::}; + my $style = ''; =for filter