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

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

revision 25 by dpavlin, Sun Jun 29 17:27:45 2008 UTC revision 26 by dpavlin, Sun Jun 29 18:08:50 2008 UTC
# Line 115  sub send_page { Line 115  sub send_page {
115                  } else {                  } else {
116                          my $html = Frey::HTML->page( 'status' );                          my $html = Frey::HTML->page( 'status' );
117                          $req->print( $html );                          $req->print( $html );
118                          warn ">> ",length( $html ), " bytes\n";                          warn ">> ",length( $html ), " bytes | ", substr($html, 0, 80),$/;
119                  }                  }
120                  $req->next;                  $req->next;
                 Module::Refresh->refresh;  
121          }          }
122  }  }
123    

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26