The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.023

  • Change: 11c11b26925d8fe803d7e87431de4e50aa36be40 Author: Graham Ollis <plicease@cpan.org> Date : 2016-01-31 09:32:01 +0000
    • Do not allow environment overrides with default value.
    • as @zmughal, empty string '' unsets an environment variable on Windows, and thus the default I had chosen was unwise as it did subtly different things on different platforms. If someone really does want to set to '' they still can, but they have to explicitly do it. Also we note that it may be unportable in the documentation.
  • Change: a14b943cb8a7c1e294c131e76938c6735ae39281 Author: Graham Ollis <plicease@cpan.org> Date : 2016-01-29 03:36:56 +0000
    • bin_requires should not imply configure_requires
  • Change: dfa6ab0b13a35b85647d246cce86ca89e64342d8 Author: Graham Ollis <plicease@cpan.org> Date : 2016-01-29 03:25:10 +0000
    • add support for alien_env
  • Change: 53b8b4befeac6b36cd481bfff472fd03bb631ae8 Author: Graham Ollis <plicease@cpan.org> Date : 2016-01-29 03:25:10 +0000
    • Detect %X and adjust prereqs as appropriate.
  • Change: 5b3f5a3fd59dcda4f699c94abc452215e03ae4eb Author: Graham Ollis <plicease@cpan.org> Date : 2016-01-29 03:25:10 +0000
    • Ensure mvp values are mvp for the bundle as well.
    • Since the [@Alien] bundle just passes its config to [Alien] it can use the same mvp settings. This allows multiple *_command values, which is essential to make it useful.
  • Change: 32c138a4c3cb14bcc2f8b6cc7bf02701b24005fc Author: Graham Ollis <plicease@cpan.org> Date : 2016-01-29 03:25:10 +0000
    • add support for alien_test_commands
    • this option has always been available, but not documented until recently.
  • Change: 8ed55e268838cab2fda498158eb5ff3ae3183be4 Author: Graham Ollis <plicease@cpan.org> Date : 2016-01-29 03:24:51 +0000
    • add travis
  • Change: 3e635a3a3660f673667900a98dff483650919dbf Author: Graham Ollis <perl@wdlabs.com> Date : 2016-01-28 20:55:28 +0000
    • add #native to the meta
  • Change: 6b61bf66f86147a40c6eb5e9f34a8700244d0be3 Author: Graham Ollis <perl@wdlabs.com> Date : 2016-01-28 20:52:15 +0000
    • It is also dynamic when using the default build command
    • on recent versions of Alien::Base, and you should probably upgrade if you are using such an old AB anyway :)
  • Change: 0fd14b4afb02f1b329f2c5e72f6ed916963bfabe Author: Graham Ollis <perl@wdlabs.com> Date : 2016-01-28 20:52:07 +0000
    • add additional dynamic config situations
    • if you use msys => 1 or %c in a build command then the dist will also be dynamic since Alien::MSYS is installed on demand on windows only, not statically.
  • Change: d770c08a70009b1f8e853c65177048e748abfe8e Author: Graham Ollis <perl@wdlabs.com> Date : 2016-01-28 12:50:11 +0000
    • make config dynamic if alien_bin_requires is in use

Modules

Use Alien::Base with Dist::Zilla
Dist::Zilla::PluginBundle::Basic for Alien