1Module::cpmfile(3pm) User Contributed Perl Documentation Module::cpmfile(3pm)
2
3
4
6 Module::cpmfile - Parse cpmfile
7
9 use Module::cpmfile;
10
11 my $cpmfile = Module::cpmfile->load("cpm.yml");
12 my $reqs = $cpmfile->effective_requirements(undef, ["runtime"], ["requires"]);
13
15 THIS IS EXPERIMENTAL.
16
17 cpmfile (usually saved as "cpm.yml") is yet another file format for
18 describing module dependencies, and Module::cpmfile helps you parse it.
19
20 cpmfile will be used mainly by App::cpm.
21
23 cpanfile
24
25 Module::CPANfile
26
27 App::cpm
28
30 Shoichi Kaji <skaji@cpan.org>
31
33 Copyright 2021 Shoichi Kaji <skaji@cpan.org>
34
35 This library is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38
39
40perl v5.34.0 2021-08-03 Module::cpmfile(3pm)