Dist::Build::DynamicPrereqs − Support dynamic prerequisites in Dist::Build
version 0.022
load_extension("Dist::Build::DynamicPrereqs");
evaluate_dynamic_prereqs();
This extension adds support for configure−time dynamic prerequisites to "Dist::Build".
This adds the following delegates to the planner:
This evaluates the dynamic prerequisites (as CPAN::Requirements::Dynamic) in the metadata, and adds them to the prerequisites.
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
Leon Timmermans <[email protected]>
This software is copyright (c) 2025 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.