tokuhirom / Module-Build-Pluggable

Other
6 stars 2 forks source link

Plugins included with the dist shouldn't be added to the configure_requires #3

Open mvgrimes opened 10 years ago

mvgrimes commented 10 years ago

I have a plugin that is specific to a particular distribution (Warn64Bit for PDL::Opt::QP). I've included it with the pdl-opt-qp in the inc/ folder. Module::Build::Pluggable adds a configure_requires and build_requires entry for each of the plugins causing issues with some installers. I think a check could be added to _init to check %INC to see if the module is part of the distribution.

Thanks for MBP. I've found it quite useful.

tokuhirom commented 10 years ago

Patches welcome!

On Friday, March 21, 2014, mvgrimes notifications@github.com wrote:

I have a plugin that is specific to a particular distribution (Warn64Bit for PDL::Opt::QP). I've included it with the pdl-opt-qp in the inc/ folder. Module::Build::Pluggable adds a configure_requires and build_requires entry for each of the plugins causing issues with some installers. I think a check could be added to _init to check %INC to see if the module is part of the distribution.

Thanks for MBP. I've found it quite useful.

— Reply to this email directly or view it on GitHubhttps://github.com/tokuhirom/Module-Build-Pluggable/issues/3 .

tokuhirom