Tests: Perl script with syntax error.

This commit is contained in:
Andrey Zelenkov
2018-04-02 19:20:11 +03:00
parent 1583d659ab
commit 151160c110
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
my $app = sub {
my ($environ) = @_
return ['200', [], []];
};