Open mvgrimes opened 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
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.