in reply to minicpan module_filters not working as expected
(Since most modules are in distributions with more than one module, this setting will probably be less useful than path_filters.) For example, this setting will skip any distribution containing only modules with the word "Acme" in them:Mail::DeliveryStatus::BounceParser is contained in Mail-DeliveryStatus-BounceParser, which also contains Mail::DeliveryStatus::Report. When Minicpan loads the latter, it probably takes the whole distribution containing the former...module_filters => [ qr/Acme/i ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: minicpan module_filters not working as expected
by ewedaa (Initiate) on Jun 13, 2018 at 16:16 UTC | |
by soonix (Chancellor) on Jun 13, 2018 at 17:36 UTC |