File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.32
2
- ======================
1
+ AnyEvent-RipeRedis version 0.33_01
2
+ ===============================
3
3
4
4
INSTALLATION
5
5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use base qw( Exporter ) ;
7
7
8
- our $VERSION = ' 0.32 ' ;
8
+ our $VERSION = ' 0.33_01 ' ;
9
9
10
10
use AnyEvent::RipeRedis::Error;
11
11
@@ -487,11 +487,10 @@ sub _prepare {
487
487
weaken($self );
488
488
489
489
$cmd -> {on_reply } = sub {
490
- my $reply = shift ;
491
- my $err = shift ;
490
+ my $err = $_ [1];
492
491
493
492
if ( defined $err ) {
494
- $self -> {on_error }-> ( $err , $reply );
493
+ $self -> {on_error }-> ($err );
495
494
return ;
496
495
}
497
496
};
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
4
4
use strict;
5
5
use warnings;
6
6
7
- our $VERSION = ' 0.32 ' ;
7
+ our $VERSION = ' 0.33_01 ' ;
8
8
9
9
our %ERROR_CODES = (
10
10
E_CANT_CONN => 1,
You can’t perform that action at this time.
0 commit comments