/[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 194 by dpavlin, Tue Sep 9 23:15:46 2008 UTC revision 195 by dpavlin, Tue Oct 28 18:33:53 2008 UTC
# Line 50  sub html { Line 50  sub html {
50                  } else {                  } else {
51                          warn "## using $o->markup";                          warn "## using $o->markup";
52                          $html = $o->markup;                          $html = $o->markup;
53                            warn ">>> markup $class ",length( $html ), " bytes\n";
54                  }                  }
55          }          }
56    
         warn ">>> markup $class ",length( $html ), " bytes\n";  
57          $req->print( $self->page( title => $class, body => $html ) );          $req->print( $self->page( title => $class, body => $html ) );
58  }  }
59    

Legend:
Removed from v.194  
changed lines
  Added in v.195

  ViewVC Help
Powered by ViewVC 1.1.26