Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ExtUtils::Builder::Action::Composite - A base role for composite action classes

Author

       Leon Timmermans <fawaka@gmail.com>

Description

       This is a base-role for all composite action classes

Methods

preference
       This will prefer handling methods in the following order: flatten, execute, command, code

   execute
       Execute all actions in this collection.

   to_command
       This returns the list commands of all actions in the collection.

   to_code
       This returns the list of evaluatable strings of all actions in the collection.

   preference
       This will prefer handling methods in the following order: flatten, execute, command, code

Name

       ExtUtils::Builder::Action::Composite - A base role for composite action classes

Version

       version 0.017

See Also