1# PODNAME: Alien::Build::Plugin::Build 2# ABSTRACT: Build Alien::Build plugins 3# VERSION 4 5__END__ 6 7=pod 8 9=encoding UTF-8 10 11=head1 NAME 12 13Alien::Build::Plugin::Build - Build Alien::Build plugins 14 15=head1 VERSION 16 17version 2.45 18 19=head1 SYNOPSIS 20 21For autoconf: 22 23 use alienfile; 24 plugin 'Build::Autoconf'; 25 26for unixy (even on windows): 27 28 use alienfile; 29 plugin 'Build::MSYS'; 30 31=head1 DESCRIPTION 32 33Build plugins provide tools for building your package once it has been 34downloaded and extracted. 35 36=over 4 37 38=item L<Alien::Build::Plugin::Build::Autoconf> 39 40=item L<Alien::Build::Plugin::Build::MSYS> 41 42=back 43 44=head1 SEE ALSO 45 46L<Alien::Build>, L<Alien::Build::Plugin> 47 48=head1 AUTHOR 49 50Author: Graham Ollis E<lt>plicease@cpan.orgE<gt> 51 52Contributors: 53 54Diab Jerius (DJERIUS) 55 56Roy Storey (KIWIROY) 57 58Ilya Pavlov 59 60David Mertens (run4flat) 61 62Mark Nunberg (mordy, mnunberg) 63 64Christian Walde (Mithaldu) 65 66Brian Wightman (MidLifeXis) 67 68Zaki Mughal (zmughal) 69 70mohawk (mohawk2, ETJ) 71 72Vikas N Kumar (vikasnkumar) 73 74Flavio Poletti (polettix) 75 76Salvador Fandiño (salva) 77 78Gianni Ceccarelli (dakkar) 79 80Pavel Shaydo (zwon, trinitum) 81 82Kang-min Liu (劉康民, gugod) 83 84Nicholas Shipp (nshp) 85 86Juan Julián Merelo Guervós (JJ) 87 88Joel Berger (JBERGER) 89 90Petr Písař (ppisar) 91 92Lance Wicks (LANCEW) 93 94Ahmad Fatoum (a3f, ATHREEF) 95 96José Joaquín Atria (JJATRIA) 97 98Duke Leto (LETO) 99 100Shoichi Kaji (SKAJI) 101 102Shawn Laffan (SLAFFAN) 103 104Paul Evans (leonerd, PEVANS) 105 106Håkon Hægland (hakonhagland, HAKONH) 107 108nick nauwelaerts (INPHOBIA) 109 110=head1 COPYRIGHT AND LICENSE 111 112This software is copyright (c) 2011-2020 by Graham Ollis. 113 114This is free software; you can redistribute it and/or modify it under 115the same terms as the Perl 5 programming language system itself. 116 117=cut 118