xref: /unit/test/perl/body_empty/psgi.pl (revision 544:c4bbb14c5bdb)
1my $app = sub {
2    my ($environ) = @_;
3
4    return ['200', [], []];
5};
6