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 4860e3f commit ba96fe9Copy full SHA for ba96fe9
Changes
@@ -1,5 +1,8 @@
1
This file documents the revision history for Perl extension Protocol::Redis
2
3
+1.0011 25.12.2019 00:00:00
4
+ - Fix improper integer value in protocol test (Grinnz)
5
+
6
1.0010 28.08.2019 00:00:00
7
- code cleanup, prerequirements improvement, updated metadata to
8
meta-spec (Grinnz)
lib/Protocol/Redis.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.008_001;
-our $VERSION = '1.0010';
+our $VERSION = '1.0011';
9
require Carp;
10
0 commit comments