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

Dist::Build::DynamicPrereqs - Support dynamic prerequisites in Dist::Build

Author

       Leon Timmermans <fawaka@gmail.com>

Delegates

       This adds the following delegates to the planner:

   evaluate_dynamic_prereqs()
       This evaluates the dynamic prerequisites (as CPAN::Requirements::Dynamic) in the metadata, and adds them
       to the prerequisites.

   add_prereq($module,$version=0,%args)
       This adds a specific prerequisite. It takes the following (optional) named arguments:

       •   phase

           A CPAN::Meta requirement phase: runtime (default), build or test

       •   relation

           A CPAN::Meta requirement relation: requires (default, recommends or suggests

Description

       This extension adds support for configure-time dynamic prerequisites to "Dist::Build".

Name

       Dist::Build::DynamicPrereqs - Support dynamic prerequisites in Dist::Build

Synopsis

        load_extension("Dist::Build::DynamicPrereqs");
        evaluate_dynamic_prereqs();

Version

       version 0.020

See Also