/[Frey]/branches/zimbardo/lib/Frey/Web.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/zimbardo/lib/Frey/Web.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 629 by dpavlin, Sat Nov 29 22:45:22 2008 UTC revision 634 by dpavlin, Sun Nov 30 14:02:35 2008 UTC
# Line 67  has 'html_dump_width' => ( Line 67  has 'html_dump_width' => (
67          is => 'rw',          is => 'rw',
68          isa => 'Int',          isa => 'Int',
69  #       required => 1, # FIXME we can't have required fields with defaults because Frey::Action isn't smart enough and asks for them  #       required => 1, # FIXME we can't have required fields with defaults because Frey::Action isn't smart enough and asks for them
70          default => 120,          default => 250,
71  );  );
72    
73  my %escape = ('<'=>'&lt;', '>'=>'&gt;', '&'=>'&amp;', '"'=>'&quot;');  my %escape = ('<'=>'&lt;', '>'=>'&gt;', '&'=>'&amp;', '"'=>'&quot;');
# Line 496  sub warnings_html { Line 496  sub warnings_html {
496                  chomp;                  chomp;
497                  $line++;                  $line++;
498    
499                    next if m{^\s+(Mojo|Class::MOP|Moose)::};
500    
501                  my $style = '';                  my $style = '';
502    
503  =for filter  =for filter

Legend:
Removed from v.629  
changed lines
  Added in v.634

  ViewVC Help
Powered by ViewVC 1.1.26