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

Travis-CI: set SPLIT_BUILD to false to use the run's version of Perl for configure-time #71

Merged
merged 1 commit into from Mar 14, 2015

Conversation

zmughal
Copy link
Member

@zmughal zmughal commented Mar 14, 2015

By default, the Travis-CI helper's build-dist command uses Perl 5.20
for running every build run. This simulates a module author releasing a
dist for CPAN with META.* files.

By switching that out and running Makefile.PL directly, the run uses
the Perl version specific to that run, but it also becomes necessary to
install the CONFIGURE_REQUIRES requirements beforehand because the
META.* files are not generated yet.

…for configure-time

By default, the Travis-CI helper's `build-dist` command uses Perl 5.20
for running every build run. This simulates a module author releasing a
dist for CPAN with `META.*` files.

By switching that out and running `Makefile.PL` directly, the run uses
the Perl version specific to that run, but it also becomes necessary to
install the `CONFIGURE_REQUIRES` requirements beforehand because the
`META.*` files are not generated yet.
@zmughal
Copy link
Member Author

zmughal commented Mar 14, 2015

If this passes, it obsoletes #68 and #70.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.29% when pulling 263d8ae on travis-disable-split-build into d751ac7 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants