Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't pass options from bundles to their plugins [rt.cpan.org #76750] #686

Open
rjbs opened this issue Jul 3, 2021 · 0 comments
Open

Can't pass options from bundles to their plugins [rt.cpan.org #76750] #686

rjbs opened this issue Jul 3, 2021 · 0 comments

Comments

@rjbs
Copy link
Owner

rjbs commented Jul 3, 2021

https://rt.cpan.org/Ticket/Display.html?id=76750

I use the @Basic bundle and I want to pass an option to the GatherDir plugin that is bundled in it like this:

  [@Basic]
  exclude_match = ~$

This doesn't work for me. It seems that the @Basic bundle is not passing the options to its plugins.

I was able to do what I want like this:

  [GatherDir]
  exclude_match = ~$
  
  [@Filter]
  -bundle = @Basic
  -remove = GatherDir

Shouldn't @Basic pass the options to its plugins?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant