Sign in
apache
/
mod_perl
/
release
/
.
/
2_0_7
/
ModPerl-Registry
/
t
/
cgi-bin
/
syntax_error.pl
blob: 44ead6307708874846a3c63b8d4b055f3d5f5b2e [
file
]
BEGIN
{
use
Apache
::
TestUtil
;
t_server_log_error_is_expected
();
}
print
"Content-type: text/plain\n\n"
;
# the following syntax error is here on purpose!
lkj
;
\;
print
"done"
;