We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f1bfa commit f99350bCopy full SHA for f99350b
Changes
@@ -1,5 +1,8 @@
1
Revision history for AnyEvent::RipeRedis.
2
3
+0.40 Sat Feb 25 16:54:34 MSK 2017
4
+ - Fix in Changes file.
5
+
6
0.38 Sat Feb 25 16:38:55 MSK 2017
7
- Added error code E_NOT_BUSY.
8
- Minor fixes.
lib/AnyEvent/RipeRedis.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use base qw( Exporter );
-our $VERSION = '0.38';
+our $VERSION = '0.40';
9
10
use AnyEvent::RipeRedis::Error;
11
lib/AnyEvent/RipeRedis/Error.pm
@@ -4,7 +4,7 @@ use 5.008000;
use strict;
our %ERROR_CODES = (
E_CANT_CONN => 1,
0 commit comments