Skip to content

Commit

Permalink
$_ is implicit
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 16, 2013
1 parent 78ca6d1 commit 99fa13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/get.pm
Expand Up @@ -109,7 +109,7 @@ sub _json {
say $json->encode($data);
}

sub _say { length $_ && say encode('UTF-8', $_) for @_ }
sub _say { length && say encode('UTF-8', $_) for @_ }

sub _select {
my ($buffer, $selector, $charset, @args) = @_;
Expand Down

0 comments on commit 99fa13b

Please sign in to comment.