Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use perl-critic rules.
  • Loading branch information
Talina06 committed Jul 30, 2014
1 parent d010526 commit 29b270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Controller/Searchauthors.pm
Expand Up @@ -8,7 +8,7 @@ sub index : Path {
my ( $self, $c ) = @_;
my $req = $c->req;

my $query = join( " ", $req->param('q') );
my $query = join q{}, $req->param('q');

my $model = $c->model('API::Author');
my $from = ( $req->page - 1 ) * 20;
Expand Down

0 comments on commit 29b270d

Please sign in to comment.