Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: d751ac7eb426
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 263d8aeb12ea
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 14, 2015

  1. Travis-CI: set SPLIT_BUILD to false to use the run's version of Perl …

    …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 committed Mar 14, 2015
    Copy the full SHA
    263d8ae View commit details
    Browse the repository at this point in the history