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

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

revision 577 by dpavlin, Fri Nov 28 00:30:03 2008 UTC revision 578 by dpavlin, Fri Nov 28 00:42:35 2008 UTC
# Line 16  use Frey::INC; Line 16  use Frey::INC;
16    
17  use Frey::SVK;  use Frey::SVK;
18    
19  our @head = ( 'static/frey.css' );  our @head;
20    
21  has 'request_url' => (  has 'request_url' => (
22          is => 'rw',          is => 'rw',
# Line 353  Called at beginning of each request Line 353  Called at beginning of each request
353    
354  sub clean_status {  sub clean_status {
355          my ($self) = shift;          my ($self) = shift;
356          @head = ();          @head = ( 'static/frey.css' );
357          @status = ();          @status = ();
358          $icon_html = '';          $icon_html = '';
359  }  }

Legend:
Removed from v.577  
changed lines
  Added in v.578

  ViewVC Help
Powered by ViewVC 1.1.26