Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract install path logic #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Extract install path logic #25

wants to merge 1 commit into from

Conversation

Leont
Copy link
Member

@Leont Leont commented Jun 18, 2013

This branch splits out ExtUtils::Config and ExtUtils::InstallPaths from Module::Build. That way, it enables other modules to use these pieces of logic.

This should probably not be applied until Module::Build leaves core.

@Leont
Copy link
Member Author

Leont commented Jun 18, 2013

Seems I made a rebase error, now pushed the proper version…

@kenahoo
Copy link
Member

kenahoo commented Jun 18, 2013

I like it. (I haven't reviewed the details though.)

@Leont
Copy link
Member Author

Leont commented Jun 12, 2015

I'm seriously considering leaving out the EU::Config patch, and only applying the EU::IP patch. The former doesn't make the code as simple as one may expect because the config object is needed early in bootstraping (moving code from lib/ to inc/ instead of getting rid of it), and the latter doesn't care if it gets a MB::C or an EU::C object. It may also indirectly depend on the resolution of Perl-Toolchain-Gang/module-build-tiny#17

Extract install path logic to ExtUtils::InstallPaths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants