/[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 63 by dpavlin, Mon Sep 14 11:37:25 2009 UTC revision 64 by dpavlin, Thu Dec 3 18:36:56 2009 UTC
# Line 126  sub AUTOLOAD { Line 126  sub AUTOLOAD {
126          }          }
127    
128          if ( $type eq '-' ) {          if ( $type eq '-' ) {
129                  confess $result;                  confess "[$command] $result";
130          } elsif ( $type eq '+' ) {          } elsif ( $type eq '+' ) {
131                  return $result;                  return $result;
132          } elsif ( $type eq '$' ) {          } elsif ( $type eq '$' ) {

Legend:
Removed from v.63  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26