Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
we are only importing one function
  • Loading branch information
kraih committed Nov 1, 2016
1 parent eea5e0e commit 49dd3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -8,7 +8,7 @@ use Cwd 'abs_path';
use File::Basename 'dirname';
use File::Spec::Functions 'catfile';
use Mojo::Server::Prefork;
use Mojo::Util qw(steady_time);
use Mojo::Util 'steady_time';
use Scalar::Util 'weaken';

has prefork => sub { Mojo::Server::Prefork->new(listen => ['http://*:8080']) };
Expand Down

0 comments on commit 49dd3e7

Please sign in to comment.