Browse Source

app_perl: docs - updates for warn_mode

Daniel-Constantin Mierla 3 years ago
parent
commit
ded4773546
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/modules/app_perl/doc/app_perl_admin.xml

+ 2 - 1
src/modules/app_perl/doc/app_perl_admin.xml

@@ -267,7 +267,8 @@ modparam("app_perl", "parse_mode", 1)
 			<para>
 				Allows to enable warning for perl_parse(). If set to 1, "-w" is
 				passed to perl_parse() and detected warnings in the Perl script
-				should be printed to the log.
+				should be printed to the log. If set to 1, then "-W" is passed
+				to perl_parse().
 			</para>
 			<para>
 			Default value is <emphasis>0</emphasis>.