Skip to content

Commit

Permalink
nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Apr 27, 2014
1 parent 7133d46 commit cd5212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Client.pm
Expand Up @@ -24,7 +24,7 @@ has request => (
my $self = shift;

return MetaCPAN::Client::Request->new(
$self->has_ua ? ( ua => $self->ua ) : ()
( ua => $self->ua ) x !! $self->has_ua,
);
},
);
Expand Down

0 comments on commit cd5212e

Please sign in to comment.