Skip to content

Commit

Permalink
bump version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed May 18, 2011
1 parent 2a3ef1f commit 614a690
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for RedisDB

0.10 Wed May 18 2011 Pavel Shaydo <zwon@cpan.org>
* added BRPOP command support
* added test for lists commands

0.09 Mon May 16 2011 Pavel Shaydo <zwon@cpan.org>
* added info and version methods
* added IO timeout support
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -19,6 +19,7 @@ META.yml
README
t/00-load.t
t/basic_redis.t
t/cmd_list.t
t/cmd_server.t
t/disconnect.t
t/manifest.t
Expand Down
3 changes: 2 additions & 1 deletion lib/RedisDB.pm
Expand Up @@ -2,7 +2,8 @@ package RedisDB;

use warnings;
use strict;
our $VERSION = 0.09;
our $VERSION = "0.10";
$VERSION = eval $VERSION;

use IO::Socket::INET;
use Socket qw(MSG_DONTWAIT SO_RCVTIMEO SO_SNDTIMEO);
Expand Down

0 comments on commit 614a690

Please sign in to comment.