Skip to content

Commit

Permalink
bump version 1.02_2
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitum committed Mar 17, 2012
1 parent 00b09ad commit 1988f40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for RedisDB

1.02_2 Sat Mar 17 2012 Pavel Shaydo <zwon@cpan.org>
* switch to plain EU::MM
* remove manifest.t

1.02_1 Thu Mar 15 2012 Pavel Shaydo <zwon@cpan.org>
* extract parser into separate module
* fix handling of error replies in transactions
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB.pm
Expand Up @@ -2,7 +2,7 @@ package RedisDB;

use strict;
use warnings;
our $VERSION = "1.02_1";
our $VERSION = "1.02_2";
$VERSION = eval $VERSION;

use RedisDB::Error;
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB/Error.pm
Expand Up @@ -2,7 +2,7 @@ package RedisDB::Error;

use strict;
use warnings;
our $VERSION = "1.02_1";
our $VERSION = "1.02_2";
$VERSION = eval $VERSION;

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/RedisDB/Parse/Redis.pm
Expand Up @@ -2,7 +2,7 @@ package RedisDB::Parse::Redis;

use strict;
use warnings;
our $VERSION = "1.02_1";
our $VERSION = "1.02_2";
$VERSION = eval $VERSION;

use Encode qw();
Expand Down

0 comments on commit 1988f40

Please sign in to comment.