Skip to content

Commit

Permalink
Mojo::Loader was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 20, 2015
1 parent d8e255d commit 1cf9ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Commands.pm
Expand Up @@ -2,6 +2,7 @@ package Mojolicious::Commands;
use Mojo::Base 'Mojolicious::Command';

use Getopt::Long 'GetOptionsFromArray';
use Mojo::Loader;
use Mojo::Server;
use Mojo::Util 'tablify';

Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Plugins.pm
@@ -1,6 +1,7 @@
package Mojolicious::Plugins;
use Mojo::Base 'Mojo::EventEmitter';

use Mojo::Loader;
use Mojo::Util 'camelize';

has namespaces => sub { ['Mojolicious::Plugin'] };
Expand Down

0 comments on commit 1cf9ae1

Please sign in to comment.