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

NAME

Alien::Build::CommandSequence - Alien::Build command sequence

VERSION

version 0.41

CONSTRUCTOR

new

 my $seq = Alien::Build::CommandSequence->new(@commands);

METHODS

apply_requirements

 $seq->apply_requirements($meta, $phase);

execute

 $seq->execute($build);

AUTHOR

Author: Graham Ollis <plicease@cpan.org>

Contributors:

Diab Jerius (DJERIUS)

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.