Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 76750
Status: new
Priority: 0/
Queue: Dist-Zilla

People
Owner: Nobody in particular
Requestors: GNUSTAVO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 4.300014
Fixed in: (no value)



Subject: Can't pass options from bundles to their plugins
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?