File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for AnyEvent::RipeRedis.
2
2
3
+ 0.30 Sun Nov 20 19:40:55 MSK 2016
4
+ - Fixes in POD.
5
+ - Fixes in tests.
6
+ - Cosmetic changes in code.
7
+
3
8
0.28 Fri Sep 23 12:10:33 MSK 2016
4
9
- Bugfix. If the client object was destroyed prematurely, in some cases
5
10
"_process_reply" method have been called on undefined value.
Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.29_01
1
+ AnyEvent-RipeRedis version 0.30
2
2
======================
3
3
4
4
INSTALLATION
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.29_01 ' ;
8
+ our $VERSION = ' 0.30 ' ;
9
9
10
10
use AnyEvent::RipeRedis::Error;
11
11
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.29_01 ' ;
7
+ our $VERSION = ' 0.30 ' ;
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