File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for AnyEvent::RipeRedis.
2
2
3
+ 0.14 Mon Aug 29 17:01:40 MSK 2016
4
+ - Removed unnecessary string in unit test.
5
+
3
6
0.12 Mon Aug 29 16:48:05 MSK 2016
4
7
- Refactoring of unit test.
5
8
Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.12
1
+ AnyEvent-RipeRedis version 0.14
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.12 ' ;
8
+ our $VERSION = ' 0.14 ' ;
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.12 ' ;
7
+ our $VERSION = ' 0.14 ' ;
8
8
9
9
10
10
sub new {
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ ev_loop(
27
27
port => $server_info -> {port },
28
28
connection_timeout => 5,
29
29
read_timeout => 5,
30
- encoding => ' utf8' ,
31
30
handle_params => {
32
31
autocork => 1,
33
32
},
You can’t perform that action at this time.
0 commit comments