The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.022

  • Change: aa4785a6aa9f277b76438ff1926612ba9d37b354 Author: Graham Ollis <perl@wdlabs.com> Date : 2016-01-13 07:49:00 +0000
    • Make configure_requires Alien::Base::ModuleBuild
    • Instead of requiring Alien::Base require the installer class that will actually be used during the configure stage. This has a couple of advantages:
    • As mentioned, it is the actual module that will be used during
    • the configure stage
    • If we ever implement an alternate installer (either based on
    • EUMM or a MB replacement) then the first thing that we will
    • want to do is separate AB::MB from the main AB dist. This
    • will help future proof this process, for at least dists using
    • the plugin going forward.

Modules

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