/[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 505 by dpavlin, Mon Nov 24 22:21:02 2008 UTC revision 507 by dpavlin, Tue Nov 25 00:26:15 2008 UTC
# Line 299  sub error { Line 299  sub error {
299                  ;                  ;
300  }  }
301    
302    sub add_status {
303            my ( $self, $data ) = @_;
304            push @{ $self->status }, $data;
305            warn "## current status ", $#{ $self->status }, " elements";
306    }
307    
308  1;  1;

Legend:
Removed from v.505  
changed lines
  Added in v.507

  ViewVC Help
Powered by ViewVC 1.1.26