/[Frey]/branches/zimbardo/lib/Frey/Web.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 /branches/zimbardo/lib/Frey/Web.pm

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

revision 1124 by dpavlin, Tue Jun 30 13:58:38 2009 UTC revision 1158 by dpavlin, Thu Jul 2 15:30:30 2009 UTC
# Line 478  sub add_status { Line 478  sub add_status {
478    
479  Called at beginning of each request  Called at beginning of each request
480    
481    $self->clean_status;    $self->setup_request;
482    
483  =cut  =cut
484    
485  sub clean_status {  sub setup_request {
486          my ($self) = shift;          my ($self) = shift;
487          warn "## clean_status";          warn "## clean_status";
488          @head = ( 'static/frey.css' );          @head = ( 'static/frey.css' );
# Line 714  sub strip { Line 714  sub strip {
714          return $t;          return $t;
715  }  }
716    
717    no Moose::Role;
718    
719  1;  1;

Legend:
Removed from v.1124  
changed lines
  Added in v.1158

  ViewVC Help
Powered by ViewVC 1.1.26