Skip to content

Commit

Permalink
bump version 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Jul 14, 2011
1 parent 38770dc commit fb3ff34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for RedisDB

0.17 Fri Jul 15 2011 Pavel Shaydo <zwon@cpan.org>
* fixed shutdown command
* tests now shutdown redis-server rather than kill it
* now it should pass tests on Windows

0.16 Wed Jul 13 2011 Pavel Shaydo <zwon@cpan.org>
* probably I shouldn't use MSG_DONTWAIT on Win at all

Expand Down
6 changes: 5 additions & 1 deletion lib/RedisDB.pm
Expand Up @@ -2,7 +2,7 @@ package RedisDB;

use warnings;
use strict;
our $VERSION = "0.16";
our $VERSION = "0.17";
$VERSION = eval $VERSION;

use IO::Socket::INET;
Expand Down Expand Up @@ -984,6 +984,10 @@ Known bugs are:
Timeout support is OS dependent. If OS doesn't support SO_SNDTIMEO and SO_RCVTIMEO
options timeouts will not work.
=head1 ACKNOWLEDGEMENTS
Thanks to Sanko Robinson and FunkyMonk for help with porting this module on Windows.
=head1 AUTHOR
Pavel Shaydo, C<< <zwon at cpan.org> >>
Expand Down

0 comments on commit fb3ff34

Please sign in to comment.