Skip to content

Commit 605ed39

Browse files
committed
Removed unnecessary string in unit tests. Prepared to release
1 parent 17a0b83 commit 605ed39

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for AnyEvent::RipeRedis.
22

3+
0.14 Mon Aug 29 17:01:40 MSK 2016
4+
- Removed unnecessary string in unit test.
5+
36
0.12 Mon Aug 29 16:48:05 MSK 2016
47
- Refactoring of unit test.
58

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AnyEvent-RipeRedis version 0.12
1+
AnyEvent-RipeRedis version 0.14
22
======================
33

44
INSTALLATION

lib/AnyEvent/RipeRedis.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use base qw( Exporter );
77

8-
our $VERSION = '0.12';
8+
our $VERSION = '0.14';
99

1010
use AnyEvent::RipeRedis::Error;
1111

lib/AnyEvent/RipeRedis/Error.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.008000;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.12';
7+
our $VERSION = '0.14';
88

99

1010
sub new {

t/04-commands.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ ev_loop(
2727
port => $server_info->{port},
2828
connection_timeout => 5,
2929
read_timeout => 5,
30-
encoding => 'utf8',
3130
handle_params => {
3231
autocork => 1,
3332
},

0 commit comments

Comments
 (0)