Re: [sr-dev] [kamailio/kamailio] app_perl: Ignore __DIE__ signals that come from eval blocks (#2745)

2021-06-09 Thread Daniel-Constantin Mierla
Closed #2745. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2745#event-4863236509___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] app_perl: Ignore __DIE__ signals that come from eval blocks (#2745)

2021-06-09 Thread Daniel-Constantin Mierla
PR was merged, can be backported to stable branches before new releases are out. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2745#issuecomment-857468418_

Re: [sr-dev] [kamailio/kamailio] app_perl: Ignore __DIE__ signals that come from eval blocks (#2745)

2021-05-26 Thread Henning Westerholt
Thanks for the report. The perl module has not seen a lot of improvements in the last years. About your suggestions on improving the app_perl module for this particular situation (as indicated in your report). Please create an pull request for the changes for review and also integration into th

[sr-dev] [kamailio/kamailio] app_perl: Ignore __DIE__ signals that come from eval blocks (#2745)

2021-05-25 Thread rodolfojcj
### Description If possible, I would like that the `kamailio/src/modules/app_perl/lib/perl/Kamailio.pm` file does not generate error messages to the system log files, which are not actual errors and are caused by `eval` blocks of third-party Perl modules that my code depends on. To illustrate