/[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 627 by dpavlin, Sat Nov 29 22:02:08 2008 UTC revision 628 by dpavlin, Sat Nov 29 22:43:13 2008 UTC
# Line 36  documented only in source code. Line 36  documented only in source code.
36    
37  sub print {  sub print {
38          my $self = shift;          my $self = shift;
39          warn "# print ",dump( @_ );          warn "# print ", join(' ', map { length $_ } @_ );
40          $self->{print}->( @_ );          $self->{_print}->( @_ );
41  }  }
42    
43  sub request {  sub request {

Legend:
Removed from v.627  
changed lines
  Added in v.628

  ViewVC Help
Powered by ViewVC 1.1.26