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::Planner::Extension - a base class for Planner extensions

Author

       Leon Timmermans <fawaka@gmail.com>

Methods

add_delegate($planner,$as,$make_node)
       This adds a delegate function to $planner with name $as. The function must return zero or more node
       objects that will be added to the plan.

   add_helper($helper,$as,$sub)
       This adds a helper function to $planner with name <$as>. It will return whatever $sub returns, but will
       not affect the build tree in any way.

Name

       ExtUtils::Builder::Planner::Extension - a base class for Planner extensions

Version

       version 0.017

See Also