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

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

revision 402 by dpavlin, Tue Nov 18 02:16:38 2008 UTC revision 403 by dpavlin, Tue Nov 18 10:34:42 2008 UTC
# Line 102  sub html { Line 102  sub html {
102                  };                  };
103          };          };
104    
105          $html = $self->error( $@ ) if $@;          $html = $self->page( title => $self->class, body => $self->error( $@ ) ) if $@;
106    
107          return $html;          return $html;
108  }  }

Legend:
Removed from v.402  
changed lines
  Added in v.403

  ViewVC Help
Powered by ViewVC 1.1.26