Skip to content

Commit

Permalink
bump version 2.49
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Jan 24, 2016
1 parent d59f31d commit 119bac7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for RedisDB

2.48_01 Sat Jan 23 2016 Pavel Shaydo <zwon@cpan.org>
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

2.47 Thu Oct 29 2015 Pavel Shaydo <zwon@cpan.org>
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ t/restore_subscriptions.t
t/send_command_cb.t
t/subscribe.t
t/transactions.t
t/url.t
t/utf8.t
util/benchmark.pl
util/generate_key_positions.pl
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.48_01";
our $VERSION = "2.49";
$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.48_01";
our $VERSION = "2.49";
$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.48_01";
our $VERSION = "2.49";
$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.48_01";
our $VERSION = "2.49";
$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.48_01";
our $VERSION = "2.49";
$VERSION = eval $VERSION;

=head1 NAME
Expand Down

0 comments on commit 119bac7

Please sign in to comment.