Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
meru-akimbo committed Apr 7, 2017
1 parent 01e4e33 commit d22a93c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on 'test' => sub {
requires 'Test::More', '0.98';
requires 'Test::RedisServer';
requires 'Test::MockTime';
requires 'Time::Strptime';
requires 'Redis';
};

1 change: 0 additions & 1 deletion t/01_delay.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use Resque;
use Test::RedisServer;
use Test::MockTime qw/set_fixed_time restore_time/;
use Time::Strptime qw/strptime/;
use Time::Moment;
use Scope::Guard qw/scope_guard/;

my $redis_server;
Expand Down

0 comments on commit d22a93c

Please sign in to comment.