Skip to content

Commit 3410a93

Browse files
committed
Added link to AnyEvent::RipeRedis::Cluster in POD
1 parent 4904817 commit 3410a93

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-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.18 Tue Aug 30 11:03:25 MSK 2016
4+
- Added link to AnyEvent::RipeRedis::Cluster in POD.
5+
36
0.16 Tue Aug 30 11:00:00 MSK 2016
47
- %ERROR_CODES moved to AnyEvent::RipeRedis::Error.
58
- Minor changes in unit tests.

README

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

44
INSTALLATION

lib/AnyEvent/RipeRedis.pm

Lines changed: 3 additions & 2 deletions
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.16';
8+
our $VERSION = '0.18';
99

1010
use AnyEvent::RipeRedis::Error;
1111

@@ -1815,7 +1815,8 @@ Get or set the C<on_error> callback.
18151815
18161816
=head1 SEE ALSO
18171817
1818-
L<AnyEvent>, L<Redis::hiredis>, L<Redis>, L<RedisDB>
1818+
L<AnyEvent::RipeRedis::Cluster>, L<AnyEvent>, L<Redis::hiredis>, L<Redis>,
1819+
L<RedisDB>
18191820
18201821
=head1 AUTHOR
18211822

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.16';
7+
our $VERSION = '0.18';
88

99
our %ERROR_CODES = (
1010
E_CANT_CONN => 1,

0 commit comments

Comments
 (0)