Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
also use the channel objects in the likely places
  • Loading branch information
jberger committed Jan 9, 2016
1 parent ab504ce commit f9e419c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -2,6 +2,8 @@ package Mojo::Server::Daemon;
use Mojo::Base 'Mojo::Server';

use Carp 'croak';
use Mojo::Channel::HTTP::Server;
use Mojo::Channel::WebSocket::Server;
use Mojo::IOLoop;
use Mojo::URL;
use Mojo::Util 'term_escape';
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -3,6 +3,8 @@ use Mojo::Base 'Mojo::EventEmitter';

# "Fry: Since when is the Internet about robbing people of their privacy?
# Bender: August 6, 1991."
use Mojo::Channel::HTTP::Client;
use Mojo::Channel::WebSocket::Client;
use Mojo::IOLoop;
use Mojo::Util qw(monkey_patch term_escape);
use Mojo::UserAgent::CookieJar;
Expand Down

0 comments on commit f9e419c

Please sign in to comment.