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
Now this load_plugin method does not support arguments. It would be best to support arguments like my ($class, $plugin_name, @args) = @_, and register plugins by $plugin_package->register( $class, @args );, so plugin developer can have arguments to fine control behavior of their plugins.
See
p5-Devel-IPerl/lib/IPerl.pm
Line 40 in 0f9fe2f
Now this load_plugin method does not support arguments. It would be best to support arguments like
my ($class, $plugin_name, @args) = @_
, and register plugins by$plugin_package->register( $class, @args );
, so plugin developer can have arguments to fine control behavior of their plugins.One use case is pablrod/p5-Devel-IPerl-Plugin-Chart-Plotly#7
The text was updated successfully, but these errors were encountered: