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

NAME

Alien::Build::Plugin::Build - Build Alien::Build plugins

VERSION

version 0.17

SYNOPSIS

For autoconf:

 use alienfile;
 plugin 'Build::Autoconf';

for unixy (even on windows):

 use alienfile;
 plugin 'Build::MSYS';

DESCRIPTION

Build plugins provide tools for building your package once it has been downloaded and extracted.

Alien::Build::Plugin::Build::Autoconf
Alien::Build::Plugin::Build::MSYS

SEE ALSO

Alien::Build, Alien::Build::Plugin

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.