/[Redis.pre-github]/lib/Redis.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 /lib/Redis.pm

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

revision 66 by dpavlin, Wed Mar 17 16:58:00 2010 UTC revision 69 by dpavlin, Wed Mar 17 18:22:09 2010 UTC
# Line 77  our $AUTOLOAD; Line 77  our $AUTOLOAD;
77  sub AUTOLOAD {  sub AUTOLOAD {
78          my $self = shift;          my $self = shift;
79    
80            use bytes;
81    
82          my $sock = $self->{sock} || die "no server connected";          my $sock = $self->{sock} || die "no server connected";
83    
84          my $command = $AUTOLOAD;          my $command = $AUTOLOAD;

Legend:
Removed from v.66  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26