Tests: Perl script with syntax error.
This commit is contained in:
5
test/perl/syntax_error/psgi.pl
Normal file
5
test/perl/syntax_error/psgi.pl
Normal file
@@ -0,0 +1,5 @@
|
||||
my $app = sub {
|
||||
my ($environ) = @_
|
||||
|
||||
return ['200', [], []];
|
||||
};
|
||||
Reference in New Issue
Block a user