/[Frey]/trunk/lib/Frey/SVK.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 /trunk/lib/Frey/SVK.pm

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

revision 591 by dpavlin, Fri Nov 28 16:39:37 2008 UTC revision 594 by dpavlin, Fri Nov 28 16:53:12 2008 UTC
# Line 92  sub as_markup { Line 92  sub as_markup {
92                  $self->TODO( "Frey::Web role missing" );                  $self->TODO( "Frey::Web role missing" );
93          }          }
94    
95          my $html = $self->status_as_markup . $self->diff_as_markup;          my $html
96                    = ( $self->status_as_markup || $self->error('no status_or_markup output') )
97                    . ( $self->diff_as_markup   || $self->error('no diff_as_markup output') )
98                    ;
99          warn "as_markup ",length($html)," bytes";          warn "as_markup ",length($html)," bytes";
100    
101          return $html;          return $html;

Legend:
Removed from v.591  
changed lines
  Added in v.594

  ViewVC Help
Powered by ViewVC 1.1.26