File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.10
1
+ AnyEvent-RipeRedis version 0.11_01
2
2
======================
3
3
4
4
INSTALLATION
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use base qw( Exporter ) ;
7
7
8
- our $VERSION = ' 0.10 ' ;
8
+ our $VERSION = ' 0.11_01 ' ;
9
9
10
10
use AnyEvent::RipeRedis::Error;
11
11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
4
4
use strict;
5
5
use warnings;
6
6
7
- our $VERSION = ' 0.10 ' ;
7
+ our $VERSION = ' 0.11_01 ' ;
8
8
9
9
10
10
sub new {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ use 5.008000;
2
2
use strict;
3
3
use warnings;
4
4
5
- use lib ' t/tlib' ;
6
5
use Test::More tests => 37;
7
6
use AnyEvent::RipeRedis qw( :err_codes ) ;
8
7
use AnyEvent::RipeRedis::Error;
You can’t perform that action at this time.
0 commit comments