|
NAMEExtUtils::Builder::Action::Composite - A base role for composite action classes VERSIONversion 0.017 DESCRIPTIONThis is a base-role for all composite action classes METHODSpreferenceThis will prefer handling methods in the following order: flatten, execute, command, code executeExecute all actions in this collection. to_commandThis returns the list commands of all actions in the collection. to_codeThis returns the list of evaluatable strings of all actions in the collection. preferenceThis will prefer handling methods in the following order: flatten, execute, command, code AUTHORLeon Timmermans <fawaka@gmail.com> COPYRIGHT AND LICENSEThis software is copyright (c) 2013 by Leon Timmermans. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|