Skip to content

Commit

Permalink
Merge 2b31708 into a4aea75
Browse files Browse the repository at this point in the history
  • Loading branch information
fREW Schmidt committed Apr 25, 2013
2 parents a4aea75 + 2b31708 commit 8dd9943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/App/CGIBin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sub serve_path {

my $app = $self->{_compiled}->{$file} ||= Plack::App::WrapCGI->new(
script => $file, execute => $self->would_exec($file),
);
)->to_app;
$app->($env);
}

Expand Down

0 comments on commit 8dd9943

Please sign in to comment.