/[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 357 by dpavlin, Sun Nov 16 14:17:18 2008 UTC revision 358 by dpavlin, Sun Nov 16 16:36:53 2008 UTC
# Line 132  sub html { Line 132  sub html {
132                  $html .= $self->error( $@ ) if $@;                  $html .= $self->error( $@ ) if $@;
133          }          }
134    
135            return $self->page( %$html ) if ref($html) eq 'HASH';
136          return $self->page( title => $class, body => $html );          return $self->page( title => $class, body => $html );
137  }  }
138    

Legend:
Removed from v.357  
changed lines
  Added in v.358

  ViewVC Help
Powered by ViewVC 1.1.26