Skip to content

Commit

Permalink
fix autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 23, 2016
1 parent 78e4502 commit b91e868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Model/API.pm
Expand Up @@ -68,7 +68,7 @@ sub request {

my $url = $self->api_secure->clone;
$url->query_param( access_token => $token ) if $token;
$url->path($path);
$url->path_query($path);

my $request = HTTP::Request->new(
$method ? $method : $search ? 'POST' : 'GET',
Expand Down

0 comments on commit b91e868

Please sign in to comment.