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

Changes for version 1.59_01 - 2019-02-27

  • Fix test fail for download negotiation plugin introduced in 1.58_01 which was expressed on systems without curl installed.

Changes for version 1.58_01 - 2019-02-27

  • Prefer Fetch::CurlCommand over Fetch::HTTPTiny for https when:
    • Net::SSLeay and IO::Socket::SSL are not installed
    • AND curl is installed
    • AND curl supports https
    • This makes AB more reliable on platforms like OS X when openssl is broken without a third party package system like homebrew, and on older Perls like 5.8.x where Net::SSLeay frequently does not install or pass tests. The existing behavior of prefer Fetch::HTTPTiny when:
      • Net::SSLeay and IO::Socket::SSL are already installed
      • OR the URL is http
      • OR curl is not already installed
    • is still in effect. (gh#93, gh#94)

Changes for version 1.57_01 - 2019-02-26

  • Test unzip command before blindly using it (tests were already being made for tarballs) (gh#90)

Changes for version 1.56_01 - 2019-02-24

  • Prefer Alien::unzip over Archive::Zip. The latter turns out to be broken on one platform or another for much of the time. (gh#74, gh#89).

Documentation

Authoring an Alien distribution using Alien::Base
Frequently asked questions
Alien author documentation
Alien user documentation
Over-detailed contributing guide
Frequently Asked Questions about Alien::Build
Alien::Build plugin author documentation
Build Alien::Build plugins
Core Alien::Build plugins
Decode Alien::Build plugins
Download Alien::Build plugins
Extract Alien::Build plugins
Fetch Alien::Build plugins
Prefer Alien::Build plugins
Probe Alien::Build plugins

Modules

Base classes for Alien:: modules
Private legacy pkg-config class for Alien::Base
Compiler and linker wrapper for Alien
Build external dependencies for use in CPAN
Alien::Build command sequence
Advanced interpolation engine for Alien builds
Default interpolator for Alien::Build
Alien::Build installer code for ExtUtils::MakeMaker
Plugin base class for Alien::Build
Autoconf plugin for Alien::Build
CMake plugin for Alien::Build
MSYS plugin for Alien::Build
Make plugin for Alien::Build
Add dependencies to library and header search path
Core Alien::Build plugin to maintain compatibility with legacy Alien::Base
Core tail setup plugin
Plugin to extract links from a directory listing
Plugin to extract links from a directory listing using ftpcopy
Plugin to extract links from HTML
Download negotiation plugin
Plugin to extract a tarball using Archive::Tar
Plugin to extract a tarball using Archive::Zip
Plugin to extract an archive using command line tools
Plugin to extract a downloaded directory to a build directory
Extraction negotiation plugin
Plugin for fetching files using curl
Plugin for fetching files using HTTP::Tiny
Plugin for fetching files using LWP
Plugin for fetching a local file
Plugin for fetching a local directory
Plugin for fetching files using Net::FTP
Plugin for fetching files using wget
Plugin to gather dynamic libraries into a separate directory
Probe system and determine library or tool properties using the pkg-config command line interface
Probe system and determine library or tool properties using PkgConfig::LibPkgConf
Convert .pc files into static
Package configuration negotiation plugin
Probe system and determine library or tool properties using PkgConfig.pm
Plugin to filter out known bad versions
Plugin to filter known good versions
Plugin to sort candidates by most recent first
Probe for system libraries by guessing with ExtUtils::CBuilder
Probe for tools or commands already available
Mock plugin for testing
Private utility functions for Alien::Build
Very basic version object for Alien::Build
Extend Alien::Base with roles!
Testing tools for Alien modules
Tools for testing Alien::Build + alienfile
Skip a test file unless a C compiler is available
Skip a test file unless FFI::Platypus is available
Run object
A mock alien object for testing
Specification for defining an external dependency for CPAN

Provides

in lib/Alien/Build/Interpolate.pm
in lib/Alien/Build.pm
in lib/Alien/Build/Plugin.pm
in lib/Alien/Build.pm
in lib/Alien/Build.pm