| Dist::Build::DynamicPrereqs(3pm) | User Contributed Perl Documentation | Dist::Build::DynamicPrereqs(3pm) |
Dist::Build::DynamicPrereqs - Support dynamic prerequisites in Dist::Build
version 0.020
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:
A CPAN::Meta requirement phase: runtime (default), build or test
A CPAN::Meta requirement relation: requires (default, recommends or suggests
Leon Timmermans <fawaka@gmail.com>
This software is copyright (c) 2024 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.
| 2025-05-11 | perl v5.40.1 |