Skip to content

Commit

Permalink
bump version 2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Jan 26, 2016
1 parent f53ef92 commit 9466c9e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for RedisDB

2.50 Tue Jan 26 2016 Pavel Shaydo <zwon@cpan.org>
- skip test if redis is not installed

2.49 Mon Jan 25 2016 Pavel Shaydo <zwon@cpan.org>
- minor documentation fixes
- added redis URL support, see #27, patch by Norbert Buchmüller
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package RedisDB;

use strict;
use warnings;
our $VERSION = "2.49";
our $VERSION = "2.50";
$VERSION = eval $VERSION;

use RedisDB::Error;
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB/Cluster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package RedisDB::Cluster;

use strict;
use warnings;
our $VERSION = "2.49";
our $VERSION = "2.50";
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB/Error.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package RedisDB::Error;

use strict;
use base 'RedisDB::Parser::Error';
our $VERSION = "2.49";
our $VERSION = "2.50";
$VERSION = eval $VERSION;

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB/Sentinel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package RedisDB::Sentinel;

use strict;
use warnings;
our $VERSION = "2.49";
our $VERSION = "2.50";
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/RedisDB.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Test::RedisDB;
use strict;
use warnings;
our $VERSION = "2.49";
our $VERSION = "2.50";
$VERSION = eval $VERSION;

=head1 NAME
Expand Down

0 comments on commit 9466c9e

Please sign in to comment.