logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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