Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 13, 2013
1 parent 680b251 commit 03e8cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Plack-Middleware/cgibin.t
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test_psgi app => $app, client => sub {
is $res->content, "\xe1\x83\xb7\n";
};

my $app = Plack::App::CGIBin->new(
$app = Plack::App::CGIBin->new(
root => "t/Plack-Middleware/cgi-bin",
exec_cb => sub { 1 } )->to_app;

Expand Down

0 comments on commit 03e8cd1

Please sign in to comment.