Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix order
  • Loading branch information
kraih committed Nov 1, 2016
1 parent 8632e65 commit d79e37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/get.pm
Expand Up @@ -6,7 +6,7 @@ use Mojo::IOLoop;
use Mojo::JSON qw(encode_json j);
use Mojo::JSON::Pointer;
use Mojo::UserAgent;
use Mojo::Util qw(getopt decode encode);
use Mojo::Util qw(decode encode getopt);
use Scalar::Util 'weaken';

has description => 'Perform HTTP request';
Expand Down

0 comments on commit d79e37a

Please sign in to comment.