You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curently the perl destination tries to load the script given using the script() directive.
IMHO it would be nice to be able to use an existing module in @INC instead:
Curently the perl destination tries to load the script given using the
script()
directive.IMHO it would be nice to be able to
use
an existing module in@INC
instead:This would for instance implicitly set
init-func("My::SyslogNG::Module::init")
and semi-implicitlydeinit-func("My::SyslogNG::Module::bye")
The text was updated successfully, but these errors were encountered: