Skip to content

Commit b75683d

Browse files
committed
Small fix in example script
1 parent e2136e6 commit b75683d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README

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

44
INSTALLATION

examples/generic.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
if ( defined $err ) {
3232
warn $err->message . "\n";
33+
return;
3334
}
3435

3536
print "$reply\n";
@@ -199,7 +200,6 @@
199200

200201
if ( defined $err ) {
201202
warn $err->message . "\n";
202-
return;
203203
}
204204

205205
$cv->send;

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.26';
8+
our $VERSION = '0.27_01';
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.26';
7+
our $VERSION = '0.27_01';
88

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

0 commit comments

Comments
 (0)