--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3189
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3189(a)github.com>
Module: kamailio
Branch: master
Commit: 6c40d950e9060d91df6a2df60051d627a0c73ede
URL: https://github.com/kamailio/kamailio/commit/6c40d950e9060d91df6a2df60051d62…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-07-14T08:46:21+02:00
modules: readme files regenerated - app_perl ... [skip ci]
---
Modified: src/modules/app_perl/README
---
Diff: https://github.com/kamailio/kamailio/commit/6c40d950e9060d91df6a2df60051d62…
Patch: https://github.com/kamailio/kamailio/commit/6c40d950e9060d91df6a2df60051d62…
---
diff --git a/src/modules/app_perl/README b/src/modules/app_perl/README
index 780fd683fd..9b5ac35bfd 100644
--- a/src/modules/app_perl/README
+++ b/src/modules/app_perl/README
@@ -427,7 +427,7 @@ modparam("app_perl", "parse_mode", 1)
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.
+ printed to the log. If set to 1, then "-W" is passed to perl_parse().
Default value is 0.
Module: kamailio
Branch: master
Commit: ded477354676cd6238534001a0dfa6abe1198ba3
URL: https://github.com/kamailio/kamailio/commit/ded477354676cd6238534001a0dfa6a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-07-13T18:27:42+02:00
app_perl: docs - updates for warn_mode
---
Modified: src/modules/app_perl/doc/app_perl_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ded477354676cd6238534001a0dfa6a…
Patch: https://github.com/kamailio/kamailio/commit/ded477354676cd6238534001a0dfa6a…
---
diff --git a/src/modules/app_perl/doc/app_perl_admin.xml b/src/modules/app_perl/doc/app_perl_admin.xml
index 22b8c10308..8793086d85 100644
--- a/src/modules/app_perl/doc/app_perl_admin.xml
+++ b/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>.