Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no need for a list
  • Loading branch information
kraih committed Oct 28, 2017
1 parent c13de4f commit 97728dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -2,7 +2,7 @@ package Mojo::IOLoop::Delay;
use Mojo::Base 'Mojo::EventEmitter';

use Mojo::IOLoop;
use Mojo::Util qw(deprecated);
use Mojo::Util 'deprecated';
use Scalar::Util qw(blessed weaken);

has ioloop => sub { Mojo::IOLoop->singleton };
Expand Down

0 comments on commit 97728dc

Please sign in to comment.