NAME
Alien::Build::CommandSequence - Alien::Build command sequence
VERSION
version 0.16
CONSTRUCTOR
new
my $seq = Alien::Build::CommandSequence->new(@commands);
METHODS
apply_requirements
$seq->apply_requirements($meta, $phase);
execute
$seq->execute($build);
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.