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
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?
The text was updated successfully, but these errors were encountered:
https://rt.cpan.org/Ticket/Display.html?id=76750
The text was updated successfully, but these errors were encountered: